Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #667 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
22d64ebe6b53a279c4b3339142f9bb1e05a1ff3b
Total tests
744
Successful since
#651 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 22d64ebe6b53a279c4b3339142f9bb1e05a1ff3b Merge remote-tracking branch 'my/master'
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> a6e2523648b0fa15fdfc984203b8ffc698a84dd3 m proxy: modernize code by using (ByteArrayOutput|DataInput)Stream
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 14cc0c1e418c9ea6a506065c5b43793a2ac918fe m proxy: do not call setTcpNoDelay() but instead flush the stream
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7afd1fdf46f1ba64eca613aa57e2aa74b5454863 m proxy: make it the caller's reponsibility to close the socket
This makes the code shorter as there is now a single place where the
socket should be closed.