Ignore transfer-encoding header in proxy
Dependencies
Change contents
- replacement in api/src/proxy.rs at line 151
h.insert(k.unwrap(), v);let k = k.unwrap();if k == hyper::header::TRANSFER_ENCODING || k == hyper::header::CONNECTION {continue;}h.insert(k, v);