|
|
|
|
|
by joexbayer
199 days ago
|
|
Up to TCP most protocols are very straight forward, atleast getting them to work semi reliable. But then TCP explodes in complexity with all the state management and possible paths a connection can take. HTTP is mostly annoying because of all the text parsing :D |
|
HTTP/3 might have been easier, and using QUIC+HTTP/3 in your hobby OS is a fun flex :)