##// END OF EJS Templates
tests: add setsockopt() output on Python 3...
Gregory Szorc -
r41350:f790a4e7 default
parent child Browse files
Show More
@@ -156,6 +156,7 b' Restart server with support for API serv'
156 156 > user-agent: test
157 157 > EOF
158 158 using raw connection to peer
159 s> setsockopt(6, 1, 1) -> None (py3 !)
159 160 s> GET /api HTTP/1.1\r\n
160 161 s> Accept-Encoding: identity\r\n
161 162 s> user-agent: test\r\n
@@ -177,6 +178,7 b' Restart server with support for API serv'
177 178 > user-agent: test
178 179 > EOF
179 180 using raw connection to peer
181 s> setsockopt(6, 1, 1) -> None (py3 !)
180 182 s> GET /api/ HTTP/1.1\r\n
181 183 s> Accept-Encoding: identity\r\n
182 184 s> user-agent: test\r\n
@@ -200,6 +202,7 b' Accessing an unknown API yields a 404'
200 202 > user-agent: test
201 203 > EOF
202 204 using raw connection to peer
205 s> setsockopt(6, 1, 1) -> None (py3 !)
203 206 s> GET /api/unknown HTTP/1.1\r\n
204 207 s> Accept-Encoding: identity\r\n
205 208 s> user-agent: test\r\n
@@ -222,6 +225,7 b' Accessing a known but not enabled API yi'
222 225 > user-agent: test
223 226 > EOF
224 227 using raw connection to peer
228 s> setsockopt(6, 1, 1) -> None (py3 !)
225 229 s> GET /api/exp-http-v2-0003 HTTP/1.1\r\n
226 230 s> Accept-Encoding: identity\r\n
227 231 s> user-agent: test\r\n
@@ -255,6 +259,7 b' Restart server with support for HTTP v2 '
255 259 > user-agent: test
256 260 > EOF
257 261 using raw connection to peer
262 s> setsockopt(6, 1, 1) -> None (py3 !)
258 263 s> GET /api HTTP/1.1\r\n
259 264 s> Accept-Encoding: identity\r\n
260 265 s> user-agent: test\r\n
@@ -276,6 +281,7 b' Restart server with support for HTTP v2 '
276 281 > user-agent: test
277 282 > EOF
278 283 using raw connection to peer
284 s> setsockopt(6, 1, 1) -> None (py3 !)
279 285 s> GET /api/ HTTP/1.1\r\n
280 286 s> Accept-Encoding: identity\r\n
281 287 s> user-agent: test\r\n
General Comments 0
You need to be logged in to leave comments. Login now