Phil Jones

Results 75 comments of Phil Jones

I think an additional `"strict"` mode is a better solution, as I can see the value in the original intention - although I personally would like to avoid this. I'm...

It looks like @grehnj took these changes and created #272 which was then merged. Will close.

Needs more information to investigate.

@Lukasa I see, [this line](https://github.com/python-hyper/hpack/blob/master/hpack/table.py#L23) is the key part then? Whilst not necessary, is it still useful? Sending zero length headers isn't a legitimate thing for a client to do,...

I've reworded it to remove the security references and to rename as ZeroLengthHeaderNameError. With #170 I think the build will pass.

Sounds sensible to me, could we split it into a second PR though (I think we'd need to discuss how to make it optional).

Looks like starlette has adopted `iter_text`, `iter_bytes` and `iter_json` so `iter_messages` and `iter_json` I think make the most sense. However, I need to think of how to indicate the websocket...

1. I'm not sure the ASGI TLS extension can be implemented in full - last time I looked a lot of the aspects weren't possible. I think the ASGI extension...