patricmutwiri / mod-spdy

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

Error during speculative read: 70007 #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by Andries Louw Wolthuizen on the mod-spdy-discuss list:

mod_spdy is generating intermittent errors of the form:
  [error] [2612:2628:ERROR:mod_spdy.cc(385)] Error during speculative
read: 70007

This represents an APR_TIMEUP status, which doesn't warrant logging an error in 
this case.  We should suppress this message for APR_TIMEUP (or at least demote 
it to a lesser log-level).

Original issue reported on code.google.com by mdste...@google.com on 30 Jan 2012 at 3:02

GoogleCodeExporter commented 8 years ago
This should be fixed as of r232.

Original comment by mdste...@google.com on 31 Jan 2012 at 6:36