Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Browser keeps on loading if an Http Get request takes more than 5 minutes to respond

  • Geen antwoorden
  • 1 heeft dit probleem
  • 1 weergave
more options

Application description: 1) We have an application which is accessible inside our network and the application is in PCF cloud, In this application we have a report tab which generates the report to our user.

User scenario: 1) When the user tries to generate a report from UI our app does a Http Get request, if the browser receives response below 5 minutes, it is able to download the file but if the response takes more than 5 minutes(For eg: 7minutes) the browser keeps on loading.

My Findings: 1) I have figured out that from the back end logs we have broken pipe(Connection was aborted), I am trying to find out is the connection is getting aborted from the Firefox browser?

2) From "google chrome" browser we are receiving the response even though response takes more than 5 minutes.

Tried out: 1) I have tried changing "network.http.response.timeout" and "network.http.keep-alive.timeout" and they didn't work for me. But when I made changes to "network.http.request.max-attempts" to 1 the browser stops loading after 5 inutes.

I am not sure, is this a browser issue? or is this some router configuration issue? or is something else?

Could some one enlighten me?

If it is not a browser issue then I could check in other appropriate areas to find the cause.

Thanks!!

Application description: 1) We have an application which is accessible inside our network and the application is in PCF cloud, In this application we have a report tab which generates the report to our user. User scenario: 1) When the user tries to generate a report from UI our app does a Http Get request, if the browser receives response below 5 minutes, it is able to download the file but if the response takes more than 5 minutes(For eg: 7minutes) the browser keeps on loading. My Findings: 1) I have figured out that from the back end logs we have broken pipe(Connection was aborted), I am trying to find out is the connection is getting aborted from the Firefox browser? 2) From "google chrome" browser we are receiving the response even though response takes more than 5 minutes. Tried out: 1) I have tried changing "network.http.response.timeout" and "network.http.keep-alive.timeout" and they didn't work for me. But when I made changes to "network.http.request.max-attempts" to 1 the browser stops loading after 5 inutes. I am not sure, is this a browser issue? or is this some router configuration issue? or is something else? Could some one enlighten me? If it is not a browser issue then I could check in other appropriate areas to find the cause. Thanks!!