Opened 14 years ago
Closed 11 years ago
#6848 closed bug (fixed)
WebPositive sends an "Expect: 100-continue" and squid replies with "HTTP/1.0 417 Expectation failed"
Reported by: | the123king | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #6586 | |
Platform: | All |
Description
When editing articles in wikipedia, i end up coming to an error page.
After reffering to the #wikimedia-tech Freenode channel, a kind user called JeLuf analysed a packet dump (i'll post here if requested) and linked me to this article and bug #6586.
He also mentioned that "(WebPositive) sends a request that ends in "Expect: 100-continue", and (Wikipedia's) squid answers with "HTTP/1.0 417 Expectation failed"
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Blocking: | 6586 added |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed now. The new network backend won't send this header anymore.
Note:
See TracTickets
for help on using tickets.
Just for info: This is almost definitely guaranteed to be a cURL problem, or a problem in how the WebCore cURL network backend is written. I've already fixed one bug with regards to the problem that the WebCore cURL backend was targetting a much older version of the cURL API and we use a current version of cURL.