在 http 请求/响应中是否应该忽略前导或尾随空格?
例如,如果一个符合 HTTP/1.1 的客户端解释这个:
Connection : close \r\n
像这样:
Connection: close\r\n
http
http ×1