Ticket #10088: engine.ipp.patch
File engine.ipp.patch, 454 bytes (added by , 8 years ago) |
---|
-
engine.ipp
diff -Naur a/engine.ipp b/engine.ipp
a b 211 211 212 212 // SSL v2 doesn't provide a protocol-level shutdown, so an eof on the 213 213 // underlying transport is passed through. 214 if (ssl_ && ssl_->version == SSL2_VERSION)214 if (ssl_->version == SSL2_VERSION) 215 215 return ec; 216 216 217 217 // Otherwise, the peer should have negotiated a proper shutdown.