pub fn feed(sock_id: u64, _socket: &Value, bytes: &[u8]) -> Result<(), String>
Feed freshly received socket bytes into the HTTP parser. No-op for a socket that is not an HTTP connection (plain net). Runs on the main thread.
net