# HG changeset patch # User William Pitcock # Date 1241636668 18000 # Node ID 2d2a50196556d10aedf889ca2c916099cd543e28 # Parent d4c3a48f1d9237d4fdd70a048cf52b2aeff64c1c Backed out changeset 617cd51dfee5 This didn't work, and doesn't seem right. diff -r d4c3a48f1d92 -r 2d2a50196556 src/neon/neon.c --- 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