Sam Praneis

Results 3 comments of Sam Praneis

Hey @seanmonstar I was starting to look at this and am thinking about the following approach: - Add a new public trait like `Http1ErrorResponder` with a single method like: ```rust...

Yeah, in my solution here`Connection` type contains a trait object. Is that performance cost acceptable since it's on the error path? For reference, I've just finished working out this approach...

@seanmonstar Just checking in on this! If things look alright, I can go ahead and write some additional tests and add those to the pull request.