thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

bug: Fix basic context header setting #183

Closed trezm closed 3 years ago

trezm commented 3 years ago

As found on reddit, it looks like we were too aggressive cleaning up the response on BasicContext. We dropped the headers being set on the response! This should fix that.