@solderpunk Just started reading your protocol ponderings series, really enjoying it. One nitpick! The minimal HTTP queries aren't valid HTTP 1.1, because they don't send a Host: header. You have to either send a Host: header, or change the request to HTTP 1.0 (or 0.9). Great series so far!