Joakim Erdfelt
|
c2f1d23f2b
|
Making WebSocketFrame use builder pattern
|
2012-07-10 11:12:10 -07:00 |
Joakim Erdfelt
|
20876011e0
|
Working in FrameBytes queue and timeout task
|
2012-07-10 10:41:47 -07:00 |
Joakim Erdfelt
|
8de2cc6805
|
Fixing parser
|
2012-07-10 10:19:38 -07:00 |
Simone Bordet
|
6348a96071
|
Added test to show how to connect to an external server with the SPDY client.
|
2012-07-10 16:16:41 +02:00 |
Jesse McConnell
|
9d2968d781
|
null check on payload
|
2012-07-10 08:55:15 -05:00 |
Jesse McConnell
|
3754f9e04c
|
most tests compiling again
|
2012-07-10 08:53:10 -05:00 |
Jesse McConnell
|
dc3ad1f3d5
|
clean up aftereffects of byte[] -> ByteBuffer switch in WebSocketFrame internals
|
2012-07-10 08:33:19 -05:00 |
Joakim Erdfelt
|
057acfd665
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-09 16:37:00 -07:00 |
Joakim Erdfelt
|
85b5d3456f
|
More work to flesh out the FrameBytes concept from SPDY within the scope of WebSocket with an eye on physical vs virtual connections
|
2012-07-09 16:36:54 -07:00 |
Joakim Erdfelt
|
5f6d7ec596
|
Refactoring out the byte[] array in favor of ByteBuffer in frame (to reduce number of data copies)
|
2012-07-09 15:26:05 -07:00 |
Jesse McConnell
|
4a1f50c7a6
|
switch generator to use bytebuffer again and wire pool back in, update frame builder to use static internal pool for time being, remove FrameGenerator
|
2012-07-09 17:20:58 -05:00 |
Joakim Erdfelt
|
3ae9548c43
|
Another review refact (in progress)
|
2012-07-09 14:42:59 -07:00 |
Joakim Erdfelt
|
6a0e3f6c72
|
Moving old tests to new structure
|
2012-07-09 09:32:37 -07:00 |
Simone Bordet
|
9253bb791e
|
Added capability of customizing request and response headers by overriding a method, and added Via header also on responses.
|
2012-07-09 16:00:44 +02:00 |
Thomas Becker
|
e3b6344641
|
spdy: proxy fix to keep scheme on forwarded requests
|
2012-07-09 14:09:47 +02:00 |
Simone Bordet
|
4738584ccd
|
Improved proxy logging.
|
2012-07-09 13:21:32 +02:00 |
Joakim Erdfelt
|
c4029ba5df
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 15:53:56 -07:00 |
Joakim Erdfelt
|
7a35ea9c75
|
Moving more tests cases over
|
2012-07-06 15:53:41 -07:00 |
Jesse McConnell
|
db83405218
|
add comments re: rfc6455 for frame generator validation
|
2012-07-06 17:41:54 -05:00 |
Jesse McConnell
|
3797508f8e
|
switched method to add reason
|
2012-07-06 17:29:58 -05:00 |
Jesse McConnell
|
b4cf61bc7d
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 17:26:02 -05:00 |
Jesse McConnell
|
889a471420
|
rejigger frame builder to use the generator and pull generator validation logic into assertFrameValid method
|
2012-07-06 17:25:58 -05:00 |
Joakim Erdfelt
|
5d9eab45b4
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 15:09:27 -07:00 |
Jesse McConnell
|
27b05ccd6e
|
fix protocol exception regarding control frames and FIN=false
|
2012-07-06 17:09:05 -05:00 |
Joakim Erdfelt
|
87ca4eb25b
|
Fixing build issues
|
2012-07-06 15:09:03 -07:00 |
Joakim Erdfelt
|
c24b7d83e6
|
Fixing close handling
|
2012-07-06 15:03:07 -07:00 |
Joakim Erdfelt
|
137c6c3f2e
|
Removing ByteBufferAssert
|
2012-07-06 14:55:03 -07:00 |
Joakim Erdfelt
|
3e24e8290f
|
Minor fix of logging
|
2012-07-06 14:52:44 -07:00 |
Jesse McConnell
|
8b6ec0194b
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 16:48:50 -05:00 |
Jesse McConnell
|
b2cdc2bdb0
|
update test
|
2012-07-06 16:48:39 -05:00 |
Joakim Erdfelt
|
2af10cebab
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 14:46:16 -07:00 |
Joakim Erdfelt
|
d20b277924
|
Fixing test case build error
|
2012-07-06 14:46:05 -07:00 |
Joakim Erdfelt
|
8a43e2c6fc
|
Fixing test case build error
|
2012-07-06 14:45:09 -07:00 |
Jesse McConnell
|
3bebb2e0a4
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 16:45:05 -05:00 |
Jesse McConnell
|
af42702a27
|
update test
|
2012-07-06 16:45:00 -05:00 |
Joakim Erdfelt
|
cd27d7bf29
|
Removing CloseUtil in favor of CloseInfo
|
2012-07-06 14:37:57 -07:00 |
Joakim Erdfelt
|
cefeab8a65
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 14:36:14 -07:00 |
Joakim Erdfelt
|
f52c28f128
|
Fixing last of the test failures
|
2012-07-06 14:35:46 -07:00 |
Jesse McConnell
|
44f0253bdb
|
add warning to frame builder
|
2012-07-06 16:33:14 -05:00 |
Joakim Erdfelt
|
f21f0433e0
|
Fixing AB2.5
|
2012-07-06 14:23:39 -07:00 |
Joakim Erdfelt
|
e29b372604
|
Trying to fix AB2.5
|
2012-07-06 14:15:50 -07:00 |
Joakim Erdfelt
|
48a8077723
|
Fixing large frame test
|
2012-07-06 14:07:05 -07:00 |
Joakim Erdfelt
|
1a55c2fa44
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-07-06 14:06:08 -07:00 |
Joakim Erdfelt
|
f1be381866
|
Fixing policy
|
2012-07-06 14:05:58 -07:00 |
Jesse McConnell
|
7f102e7204
|
fixed test
|
2012-07-06 16:03:48 -05:00 |
Joakim Erdfelt
|
2f3937687d
|
Fixing EMPTY payload parsing issue
|
2012-07-06 14:01:35 -07:00 |
Jesse McConnell
|
fc8198e854
|
fixing a test issue
|
2012-07-06 15:56:04 -05:00 |
Jesse McConnell
|
c7cff443be
|
fixing a test issue
|
2012-07-06 15:55:09 -05:00 |
Joakim Erdfelt
|
b39a6a6f59
|
Fixing more tests
|
2012-07-06 13:49:47 -07:00 |
Joakim Erdfelt
|
071f15e0c9
|
Fixing tests
|
2012-07-06 13:43:42 -07:00 |