You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
using a basic setup with upstream proxy and ssl decryption.
and i see that chrome sends request to titanium (BeforeRequest), but it never hits upstream proxy.
this is happening for some requests only. didnt find a pattern yet.
does someone else have such issues?
Update:
it actually freezes in HttpStream.WriteAsync
await baseStream.WriteAsync(data, offset, count, cancellationToken);
it just hangs here forever. in call stack topmost function is TaskFactory.FromAsyncTrim
idk how make a code reproducible example. im using titanium as a proxy for chrome.
Update 2:
this is connection pooling problem. if it disable it, everything works fine.