- Регистрация
- 06.03.2019
- Сообщения
- 124
- Благодарностей
- 21
- Баллы
- 18
Hello,
Any chance I can change the Connection header to "close" on Chromium?
I tried:
No luck.
I need this for my proxies to close and free the thread used.
Regards
Any chance I can change the Connection header to "close" on Chromium?
I tried:
C#:
instance.SetHeader("Connection", "close");
instance.SetHeader("KeepAlive","false");
I need this for my proxies to close and free the thread used.
Regards