comparison src/org/eclipse/jetty/server/BlockingHttpConnection.java @ 1028:2ea54e6117c3

remove HttpParser.reset()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 03 Nov 2016 00:23:04 -0600
parents dbecd7faa1f5
children 4ada7a8c128a
comparison
equal deleted inserted replaced
1027:6d17a257b03f 1028:2ea54e6117c3
73 LOG.debug("uri="+_uri); 73 LOG.debug("uri="+_uri);
74 LOG.debug("fields="+_requestFields); 74 LOG.debug("fields="+_requestFields);
75 LOG.debug("",e); 75 LOG.debug("",e);
76 } 76 }
77 _generator.sendError(e.getStatus(), e.getReason(), null, true); 77 _generator.sendError(e.getStatus(), e.getReason(), null, true);
78 _parser.reset(); 78 initParser();
79 _endp.shutdownOutput(); 79 _endp.shutdownOutput();
80 } 80 }
81 finally 81 finally
82 { 82 {
83 // Is this request/response round complete and are fully flushed? 83 // Is this request/response round complete and are fully flushed?