HTTPGetRequest / urlmode should allow chunked transfer-encoding
Bug #591599 reported by
edA-qa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TestPlan |
Fix Committed
|
Wishlist
|
Unassigned |
Bug Description
The HTTPCreateRequest functions should provide chunked encoding. (From eCircle #35227)
This means the generic request must specify this and the urlmode handler must use it.
Related branches
To post a comment you must log in.
It appears HttpClient supports this without problem, but the version of Jetty we have can't handle empty requests -- thus upgrading Jetty is required.