We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2af4d3 commit 9750a81Copy full SHA for 9750a81
t/129-ssl-socket.t
@@ -573,7 +573,7 @@ SSL reused session
573
574
ngx.say("ssl handshake: ", type(session))
575
576
- local req = "GET / HTTP/1.1\\r\\nHost: agentzh.org\\r\\nConnection: close\\r\\n\\r\\n"
+ local req = "GET /en/linux-packages.html HTTP/1.1\\r\\nHost: openresty.com\\r\\nConnection: close\\r\\n\\r\\n"
577
local bytes, err = sock:send(req)
578
if not bytes then
579
ngx.say("failed to send http request: ", err)
@@ -602,7 +602,7 @@ GET /t
602
--- response_body
603
connected: 1
604
ssl handshake: userdata
605
-sent http request: 56 bytes.
+sent http request: 80 bytes.
606
received: HTTP/1.1 404 Not Found
607
close: 1 nil
608
0 commit comments