1 parent b2bcb4b commit 41d4276Copy full SHA for 41d4276
1 file changed
content/posts/http321.md
@@ -238,9 +238,9 @@ fmt.Println(resp) // => OK 200 HTTP/1.1
238
239
Woo! 🎉
240
241
----
242
-
243
-Fun? Useful? Maybe.
+There we have it. An http1 request, that is running over an http2 connection,
+that is running over an http3 connection.
244
245
-I did try to get websockets working over the HTTP1 handler, but it was unhappy
246
-with my very fake `net.Conn`. Until next time, happy tunneling!
+I did try to go one more level and get websockets working over the HTTP1
+handler, but it was unhappy with my very fake `net.Conn`. Until next time, happy
+tunneling!
0 commit comments