uedvt359
uedvt359
Apologies for pestering, but is there an update to the situation?
It's the one from gunicorn, so I presume this: https://github.com/benoitc/gunicorn/blob/0b953b803786997d633d66c0f7c7b290df75e07c/gunicorn/http/wsgi.py#L223
You mean like this? Case 1: ``` 11:04 xxx-linux /tmp/tmp.vrT8SxTCdh % curl -v http://localhost:8000 * Uses proxy env variable no_proxy == 'localhost,127.0.0.0/8,10.0.0.0/8,127.0.0.1, xxx' * Trying 127.0.0.1:8000... * Connected to localhost...
I had another look at the source of `start_response`. it calls `process_headers`, which eventually [drops all hop-by-hop headers](https://github.com/benoitc/gunicorn/blob/69c508ac6e4b301045d3ce21acce8b416415d4c5/gunicorn/http/wsgi.py#L274-L275) (which transfer-encoding is one of). Just dropping this header yields the wrong...
Thanks for the information. I opened https://gitlab.isc.org/isc-projects/kea/-/issues/2735 for further discussion.
Review comments from @glyph addressed in [push c5caa41](https://github.com/twisted/twisted/compare/7c028d6738c1f5daa5ab5376f30cdd268bc7ba9a..c5caa41a4758e39b4a3f332acbce1a8b5b52b67d): * moved from top-level logger namespace to twisted.logger.rsyslog package * inlined constants from python's `syslog` stdlib / `#include` addressed in [push 6881912](https://github.com/twisted/twisted/compare/76e4e39ac71c536816a1813debe8072dd595a572..6881912dea510d64bdcf177942f2d898017680ff):...
I'm setting this branch to reviewable, because I need some help with the tests, please. I don't understand how I can fake a reactor for my use case. The CI...
> This wasn't getting looked at because I tend to exclude things with failing tests when I look at the review queue. No worries about the delay. > Let's maybe...
pinning on the patch-level is wrong IMO. There should not be any breakage on patch releases, so this only causes unnecessary delays until a new floorplan release is cut.
great to hear, @cruse1977! but please, please, please don't pin the netbox version on the patch level. most of us would rather risk it partially breaking at runtime, rather than...