UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

ERROR:spdy_session.cc(302)] Session error: CONTROL_PAYLOAD_TOO_LARGE #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version/revision number of mod_spdy are you using?

mod-spdy-beta-0.9.3.3-386.x86_64 (RPM)

What version of Apache are you using, and on what operating system?  (Use
`apache2ctl -v` to check.)

php-5.3.3-14.el6_3.x86_64
httpd-2.2.15-15.el6.centos.1.x86_64
Centos 6.3 (x86_64)

What other Apache modules are you using?  (Use `apache2ctl -M` to check.)

mod-rewrite
mod-pagespeed
mod-deflate

What browser version did you use to access the mod_spdy server?  On what
operating system? What flags was the browser invoked with?  (For
Chrome/Chromium, go to about:version to check.)

Firefox 19
Firefox 20 Beta 3
Chrome 25
Opera 12.14
Windows 8 Pro - 64 Bit

What steps will reproduce the problem?
1. When I Submit a form with more that 250 unicode chars (aproximate) in a 
Drupal 6 website the browser shows "Connection Reset" error and in the apache 
error_log I get :

[Fri Mar 08 10:52:36 2013] [error] [client xx.x.x.x] [mod_spdy/0.9.3.3-386] 
[21647:21647:ERROR:spdy_session.cc(302)] Session error: 
CONTROL_PAYLOAD_TOO_LARGE

2. Tried to submit a from on wordpress 3, same issue.
3. If I turn off the SPDY, everything works as expected.

What is the expected result? What do you see instead?

Instead of creating the content or blog post, I see few redirects and then 
connection reset error in browser. turned off the SPDY, resent the form data by 
reloading the page and confirming resend form data, this time the content 
created successfully. almost same result for all of the above listed browsers.

Please provide any additional information below.

Disabling mod-pagespeed and mod-deflate did not helped.

Original issue reported on code.google.com by asg...@gmail.com on 8 Mar 2013 at 10:21