changeset 3126:2d2a50196556

Backed out changeset 617cd51dfee5 This didn't work, and doesn't seem right.
author William Pitcock <nenolod@atheme.org>
date Wed, 06 May 2009 14:04:28 -0500
parents d4c3a48f1d92
children 8255be301249
files src/neon/neon.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/neon/neon.c	Wed May 06 13:53:49 2009 -0500
+++ b/src/neon/neon.c	Wed May 06 14:04:28 2009 -0500
@@ -990,7 +990,7 @@
     }
 
     if (NULL == h->reader) {
-        if (NEON_READER_EOF != h->reader_status.status && NEON_READER_ERROR != h->reader_status.status) {
+        if (NEON_READER_EOF != h->reader_status.status) {
             /*
              * There is no reader thread yet. Read the first bytes from
              * the network ourselves, and then fire up the reader thread