Fixed
- Writing an HTTP 1xx status codes no longer results in a 200 being sent in
addition given the expectation is that a follow-up status code will be written
later. The exception is101 Switching Protocols
since this is terminal. This
matchesnet/http
behavior.