Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.18
-
Fix Version/s: 6.1.20
-
Component/s: Security and SSL
-
Labels:None
-
Number of attachments :
Description
I am using transfer-encoding and Continuations quite happily and have been
for a while, which enables a Duplex Http connection. This works if I just use HTTP
The problem is when this happens through the SSL connector, no data is sent
to the client. The First part (Chunk) of the response is correctly written,
but not data reaches the client after that.
Is there something that has to happen differently when SSL is used over
chunked encoding?
The connections are still valid, and it is possible to write to the response
output stream, it just doesn't seem to be going on the wire.
The stream is being flushed, and I am wrapping the message in the correct
Chunked Encoding headers and this works a dream just using HTTP.
Its not a cert thing, as I can access the web server using https and the SSL
hadshake completes OK.
Issue Links
- is duplicated by
-
JETTY-1087
Request chunking not working with HTTPS
-
Darren,
sorry but not enough information for us to investigate.
SSL definitely works with chunked responses
and it also works with continuations.
I don't have any test harnesses that do SSL with chunking and continuations, so I can't test exactly your use-case. If you could put together a simple test case that demonstrates this issue, then please re-open this issue.