Ticket #5476 defect new
Response.deliverBody() hangs on responses that have no body
| Reported by: | djfroofy | Owned by: | sdsern |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | agent |
| Cc: | jknight, jonathanj | Branch: |
branches/deliverBody-no-body-5476
(diff, github, buildbot, log) |
| Author: | jonathanj | Launchpad Bug: |
Description
This might be a general case of not handling empty response bodies (vs. 0-length response bodies). This ticket is more of a placeholder for now. I'll review code and try to write isolated test case to emulate the behavior.
Note: I've seen this working on txaws tickets improved ec2 support (using new Agent class). What I've observed is the request seems to just hang after call to deliverBody() in the Response object; neither dataReceived() or connectionLost() are called on the receiver Protocol instance.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

