Skip to content

Why is HTTPS request hanging after 6 request in a row with WebKit based browsers and IIS? #1743

Answered by raman-m
aggutierrez asked this question in Q&A
Discussion options

You must be logged in to vote

@aggutierrez wrote on Oct 13:

Some things I've tested so far

  • Starting the gateway API with Kestrel, executing dontent MyProject.dll seems to work fine and I'm unable to reproduce this issue.
  • Disabling HTTP/2 in both APIs in IIS seems to fix this issue too (although it's not a proper fix).

If you have a route to HTTP2 downstream service, you have to specify correct DownstreamHttpVersion property value.
Also, pay attention to #1673 please!

Another critical common problem with IIS hosting when Nth request being hanged is an IIS Gotcha. It could be #1657 or other issue...

Try to test #1657 user scenario and share a feedback plz...


As I said below, Ocelot allows to route HTTP2 traffic but…

Replies: 6 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@raman-m
Comment options

Comment options

You must be logged in to vote
3 replies
@raman-m
Comment options

Answer selected by raman-m
@aggutierrez
Comment options

@raman-m
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@ggnaegi
Comment options

@raman-m
Comment options

@VigossX
Comment options

@VigossX
Comment options

@raman-m
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
IIS Internet Information Services (IIS) for Windows® Server
4 participants
Converted from issue

This discussion was converted from issue #1730 on October 18, 2023 13:27.