cshekhargs / mod-spdy

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

spdy_to_http_filter.cc(168)] Unsupported read mode (2) #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version/revision number of mod_spdy are you using?
we waas unable to compile mod_spdy from the get started guide in the wiki as 
there was no make file. So we grabbed on of the prebundled mod_spdy's.

What version of Apache are you using, and on what operating system?  apache 
2.2.22-3 arch linux 3.3.2-1-ARCH 64bit

What other Apache modules are you using?  
Loaded Modules:
 core_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 authn_file_module (shared)
 authn_default_module (shared)
 authz_host_module (shared)
 authz_groupfile_module (shared)
 authz_user_module (shared)
 authz_default_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 cache_module (shared)
 mem_cache_module (shared)
 reqtimeout_module (shared)
 ext_filter_module (shared)
 include_module (shared)
 filter_module (shared)
 deflate_module (shared)
 log_config_module (shared)
 env_module (shared)
 mime_magic_module (shared)
 cern_meta_module (shared)
 expires_module (shared)
 headers_module (shared)
 unique_id_module (shared)
 setenvif_module (shared)
 version_module (shared)
 mime_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 cgid_module (shared)
 vhost_alias_module (shared)
 dir_module (shared)
 actions_module (shared)
 alias_module (shared)
 rewrite_module (shared)
 fcgid_module (shared)
 ssl_module (shared)
 spdy_module (shared)

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.)

Google Chrome   18.0.1025.162 (Official Build 131933) m
OS  Windows
WebKit  535.19 (@113052)
JavaScript  V8 3.8.9.18
Flash   11,2,202,229
User Agent  Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like 
Gecko) Chrome/18.0.1025.162 Safari/535.19
Command 
Line    "C:\Users\Xiamen\AppData\Local\Google\Chrome\Application\chrome.exe" 
--flag-switches-begin --flag-switches-end
Executable 
Path    C:\Users\Xiamen\AppData\Local\Google\Chrome\Application\chrome.exe
Profile Path    C:\Users\Xiamen\AppData\Local\Google\Chrome\User Data\Default

Also had the same issues from friends running chromium oon both Arch Linux and 
Linux Mint

What steps will reproduce the problem?
1. having the page loaded

What is the expected result? What do you see instead?
Not having the error.log spam this error message.

Please provide any additional information below.

regualur spams errors such as this:

[warn] [client 192.168.1.2] [stream 851] 
[20632:20633:WARNING:spdy_to_http_filter.cc(168)] Unsupported read mode (2) on 
stream 851

Original issue reported on code.google.com by wackogek...@gmail.com on 20 Apr 2012 at 9:25

GoogleCodeExporter commented 8 years ago
Thanks for the report.  Besides the spamming in the error log, does everything 
else seem to work for you when using mod_spdy, or are you seeing breakage?

I'm pretty sure that this warning message is for a totally benign condition, 
and that mod_spdy simply shouldn't be logging at warning level in this case.  I 
will quiet that message to debug level (or remove it entirely) for the next 
release.

Original comment by mdste...@google.com on 2 May 2012 at 7:49

GoogleCodeExporter commented 8 years ago

Original comment by mdste...@google.com on 4 May 2012 at 2:53

GoogleCodeExporter commented 8 years ago
This should be fixed in trunk as of r320.

Original comment by mdste...@google.com on 15 May 2012 at 2:11