Home | History | Annotate | Download | only in http

Lines Matching refs:Close

52 		// HTTP/1.1 response with unknown length and Connection: close
62 Close: true,
65 "Connection: close\r\n" +
69 // HTTP/1.1 response with unknown length and not setting connection: close
79 Close: false,
82 "Connection: close\r\n" +
86 // HTTP/1.1 response with unknown length and not setting connection: close, but
98 Close: false,
114 Close: false,
130 Close: false,
146 Close: false,
149 "Connection: close\r\n" +
152 // HTTP/1.1, chunked coding; empty trailer; close
163 Close: true,
167 "Connection: close\r\n" +
186 Close: true,
190 "Connection: close\r\n" +
223 "HTTP/1.1 200 OK\r\nConnection: close\r\n\r\nabcdef",