Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http server header fields are in random order #33

Open
gitxmax opened this issue May 26, 2019 · 1 comment
Open

Http server header fields are in random order #33

gitxmax opened this issue May 26, 2019 · 1 comment

Comments

@gitxmax
Copy link

gitxmax commented May 26, 2019

Hello,
I played with the script for a while and noticed, every time I relaunch it, the header fields are in random order. This certainly hints out, for something suspicious (for my case use, at least).
Any chance to make it static? Just to follow the order in the config file?

Thanks!

@1wilkens
Copy link
Member

1wilkens commented Nov 6, 2019

This is most likely related to the non-persistent hashing order of python dictionaries. We would need to find some other way to preserve the order.
No solution quite yet as it is not a high priority for us, but we'll accept patches until we get to this issue ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants