Norman Maurer
60d9364604
First round of remove the boss-thread. See #240
2012-03-28 20:19:39 +02:00
vibul
64f5299452
Unless the Connection: keep-alive header is present in the HTTP response, apache benchmark (ab) hangs on keep alive connections.
...
This is as per HTTP 1.1 spec: http://www.w3.org/Protocols/HTTP/1.1/draft-ietf-http-v11-spec-01.html#Connection
2012-03-28 15:50:17 +11:00
vibul
b56c17769c
Retested Websockets with Autobahn v0.4.10.
2012-03-11 11:35:33 +11:00
vibul
afcd033123
Issue #222 . Remove WebSocketHttpResponseDecoder hack.
2012-03-11 11:35:12 +11:00
Norman Maurer
480343e16e
Remove unused imports
2012-03-03 19:34:15 +01:00
Trustin Lee
9e8f8ac08c
Fix NPE in AbstractNioWorker / Uncomment setUseClientMode()
2012-03-01 14:27:32 -08:00
Trustin Lee
81ad99bc39
Remove logging which was added accidently
2012-02-29 14:05:44 -08:00
Dennis Boldt
b3cc305578
Organized imports.
2012-02-21 03:06:26 +01:00
Jestan Nirojan
20d7379c53
merge upstream master
2012-02-19 12:37:50 +05:30
norman
479def20bd
Check if logging level is enabled before log. See #192
2012-02-17 10:37:41 +01:00
Norman Maurer
4636309597
Fix HttpSnoopClient. See #183
2012-02-12 12:36:04 +01:00
Jestan Nirojan
fe3a480fb9
1)renamed sctp payload to sctp frame 2)added sctp codec, handler classes
2012-02-11 19:16:55 +05:30
Trustin Lee
3b31daf8a3
Fix missing copyright headers
2012-02-07 17:26:55 +09:00
Trustin Lee
40ef4d2ccf
Fix #153 : Add ChannelFuture.rethrowIfFailed()
2012-01-19 13:33:37 +09:00
Trustin Lee
c1aa8b4c7b
Clean up the new WebSocket package
2012-01-19 13:12:45 +09:00
Trustin Lee
783a7e5f9a
Fix all remaining checkstyle violations
2012-01-15 02:08:31 +09:00
Trustin Lee
d40bd5e7f2
Rename IOStream example / Code cleanup
2012-01-15 00:43:28 +09:00
Trustin Lee
4cff6b56ff
Rename HTTP upload example classes for disambiguation
2012-01-15 00:31:02 +09:00
Trustin Lee
b7cfc6b7f0
Rename HTTP snoop example classes for disambiguation
2012-01-15 00:28:25 +09:00
Trustin Lee
1b02743367
Overall code cleanup
...
* Fixes based on checkstyle feed back
* Simplify WebSocket client example (needs more work)
* Rename Autobahn test server classes
2012-01-15 00:17:20 +09:00
Trustin Lee
303c1b5f79
Overall cleanup / Add lost old jzlib headers
2012-01-13 17:41:18 +09:00
Trustin Lee
32dda06da3
Fix a compilation error
2012-01-11 20:19:01 +09:00
Trustin Lee
ebfc4513e0
Apply checkstyle to the build
...
Please note that the build will fail at the moment due to various checkstyle
violations which should be fixed soon
2012-01-11 20:16:14 +09:00
Trustin Lee
8663716d38
Issue #60 : Make the project multi-module
...
Split the project into the following modules:
* common
* buffer
* codec
* codec-http
* transport
* transport-*
* handler
* example
* testsuite (integration tests that involve 2+ modules)
* all (does nothing yet, but will make it generate netty.jar)
This commit also fixes the compilation errors with transport-sctp on
non-Linux systems. It will at least compile without complaints.
2011-12-28 19:44:04 +09:00