Skip to content

Commit 41d4276

Browse files
committed
nicer ending
1 parent b2bcb4b commit 41d4276

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/posts/http321.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ fmt.Println(resp) // => OK 200 HTTP/1.1
238238

239239
Woo! 🎉
240240

241-
---
242-
243-
Fun? Useful? Maybe.
241+
There we have it. An http1 request, that is running over an http2 connection,
242+
that is running over an http3 connection.
244243

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!
244+
I did try to go one more level and get websockets working over the HTTP1
245+
handler, but it was unhappy with my very fake `net.Conn`. Until next time, happy
246+
tunneling!

0 commit comments

Comments
 (0)