Simone Bordet
|
b3aa67e0a9
|
Implemented PING functionality.
|
2014-06-13 17:59:17 +02:00 |
|
Simone Bordet
|
8681511f08
|
Wrapping debug log statements with LOG.isDebugEnabled().
|
2014-06-13 17:10:38 +02:00 |
|
Simone Bordet
|
388262227e
|
Split the generation of frames into 2: flow-controlled and
non-flow-controlled.
This gives better code separation and proper removal of streams when
flow controlled frames complete.
|
2014-06-13 16:28:54 +02:00 |
|
Simone Bordet
|
fb93973c9d
|
Improved flow control logging.
|
2014-06-13 15:22:03 +02:00 |
|
Simone Bordet
|
b30152df27
|
Removed generation of padding bytes, which simplified the code a lot.
Implemented slicing of flow controlled data to never exceed the flow
control window.
|
2014-06-13 14:08:56 +02:00 |
|
Simone Bordet
|
5ed4f312cd
|
Implemented flow control.
|
2014-06-13 13:51:42 +02:00 |
|
Simone Bordet
|
74bf0000c5
|
Removed Lease.merge() and cleared lists in recycle().
|
2014-06-13 13:51:42 +02:00 |
|
Greg Wilkins
|
116d654426
|
cleaned up debug
|
2014-06-12 15:08:46 +02:00 |
|
Simone Bordet
|
22c42151bd
|
Implemented logic to handle a GO_AWAY frame.
|
2014-06-11 22:43:08 +02:00 |
|
Simone Bordet
|
5a7f954262
|
Fixed generation of frames via Session API methods.
|
2014-06-11 21:21:49 +02:00 |
|
Simone Bordet
|
424e421439
|
Added JDK 7u60 files and configuration for NPN and ALPN.
|
2014-06-11 18:45:45 +02:00 |
|
Simone Bordet
|
330d8f9ea9
|
Added JDK 7u60 files for NPN and ALPN.
|
2014-06-11 18:44:54 +02:00 |
|
Simone Bordet
|
8e4c6b7fdd
|
Put some more flesh on the HTTP2 implementation.
|
2014-06-11 18:26:48 +02:00 |
|
Simone Bordet
|
78cbed1236
|
Added headerTableSize parameter.
|
2014-06-11 18:24:02 +02:00 |
|
Greg Wilkins
|
c8e2a79237
|
fixed bad test header
|
2014-06-11 18:07:36 +02:00 |
|
Greg Wilkins
|
1666f54b50
|
revert httpfields
|
2014-06-11 17:41:52 +02:00 |
|
Joakim Erdfelt
|
a41dd1caf5
|
436874 - WebSocket client throwing a NullPointer when handling a pong
+ Adding NPE guard for PONG with no payload.
|
2014-06-11 08:30:52 -07:00 |
|
Greg Wilkins
|
f258ff1565
|
improved debug
|
2014-06-11 17:05:39 +02:00 |
|
Greg Wilkins
|
c319c19125
|
convert MetaData to HttpField as a list
|
2014-06-11 16:53:17 +02:00 |
|
Greg Wilkins
|
bbd61f8e19
|
Multiple mixed in changes and improvements
Simplified HttpParser as per rfc7230
implemented local/remote hpack max table sizes
|
2014-06-11 15:16:40 +02:00 |
|
Greg Wilkins
|
70223cbda9
|
add status 200 and method GET to ref set
|
2014-06-11 10:23:29 +02:00 |
|
Simone Bordet
|
347324b71b
|
Improved logging.
|
2014-06-11 08:56:39 +02:00 |
|
Simone Bordet
|
7c5492acad
|
Properly linking stream object with HEADERS frame.
|
2014-06-11 08:56:23 +02:00 |
|
Simone Bordet
|
3c6663ff21
|
Fixed parsing in case of zero-length header block and zero-length data.
|
2014-06-10 22:54:32 +02:00 |
|
Simone Bordet
|
13b0b90aa9
|
Fixed logging.
|
2014-06-10 22:54:32 +02:00 |
|
Greg Wilkins
|
6b77226517
|
improved debug
|
2014-06-10 20:28:52 +02:00 |
|
Greg Wilkins
|
d024a46327
|
debug
|
2014-06-10 19:05:43 +02:00 |
|
Simone Bordet
|
630bee5887
|
Implemented HTTP2 connection preface.
|
2014-06-10 18:33:13 +02:00 |
|
Simone Bordet
|
7aeddff675
|
Changed method acquire() to not append(), to allow callers to decide
whether to append() or prepend the returned buffer.
|
2014-06-10 18:09:07 +02:00 |
|
Jan Bartel
|
bfce68e85c
|
Fix typo in comment on GzipHttpOutput
|
2014-06-10 16:47:10 +02:00 |
|
Greg Wilkins
|
29f8158b51
|
Merge branch 'jetty-http2' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-http2
Conflicts:
jetty-http2/http2-server/src/test/resources/jetty-logging.properties
|
2014-06-10 16:42:15 +02:00 |
|
Greg Wilkins
|
24cda18114
|
http2 test server
|
2014-06-10 16:38:54 +02:00 |
|
Jan Bartel
|
fb29f56b4d
|
437051 Refactor Filter chain handling of Request.isAsyncSupported
|
2014-06-10 16:28:45 +02:00 |
|
Jan Bartel
|
94164b8fb2
|
Add jetty-maven-plugin <excludedGoals> for spdy test webapp as only run-forked will work
|
2014-06-10 16:28:45 +02:00 |
|
Jan Bartel
|
144a460407
|
436894 GzipFilter code cleanup
|
2014-06-10 16:28:45 +02:00 |
|
Simone Bordet
|
36e7c41b2f
|
Improved logging.
|
2014-06-10 16:02:24 +02:00 |
|
Greg Wilkins
|
c8184077c7
|
added logging to hpack
|
2014-06-10 15:26:54 +02:00 |
|
Jesse McConnell
|
e5910e576e
|
set for dev
|
2014-06-10 08:18:51 -05:00 |
|
Greg Wilkins
|
073ad924b0
|
improve value handling on known literal fields
|
2014-06-10 14:05:41 +02:00 |
|
Simone Bordet
|
f2e8edca9c
|
First working test for end-to-end request/response processing on
server side.
|
2014-06-10 13:29:50 +02:00 |
|
Greg Wilkins
|
b55dba82a5
|
use scheme cache
|
2014-06-10 13:13:38 +02:00 |
|
Greg Wilkins
|
19c4939ede
|
flip encode buffer
|
2014-06-10 13:05:28 +02:00 |
|
Greg Wilkins
|
ab5461d73e
|
fixed hpack literal encoding bug
|
2014-06-10 12:56:20 +02:00 |
|
Simone Bordet
|
ad034f4d54
|
Reworked generation of frames (split into different generators) and
sketched server-side handling and linking with channel.
|
2014-06-10 12:02:54 +02:00 |
|
Simone Bordet
|
1d2e9da29c
|
Clearing the buffer before returning it.
|
2014-06-10 12:02:54 +02:00 |
|
Simone Bordet
|
e0474108d0
|
Updated Frame inheritance.
|
2014-06-10 12:01:16 +02:00 |
|
Greg Wilkins
|
b38bae36f1
|
moved http/1.1 isms out of HttpChannel into HttpConnection
|
2014-06-10 11:28:07 +02:00 |
|
Greg Wilkins
|
5883123d07
|
Merge remote-tracking branch 'origin/master' into jetty-http2
|
2014-06-10 09:01:21 +02:00 |
|
Jesse McConnell
|
c3ee0711ca
|
[maven-release-plugin] prepare for next development iteration
|
2014-06-09 13:37:54 -05:00 |
|
Jesse McConnell
|
06b494eeac
|
[maven-release-plugin] prepare release jetty-9.2.1.v20140609
jetty-9.2.1.v20140609
|
2014-06-09 13:37:49 -05:00 |
|