"Provisional headers are shown" slow request

1

When I make an AJAX request with $.post of jQuery while the request is made, Chrome displays me a Provisional headers are shown and I feel it for the request while displaying this message, so it takes longer to finish the request

Does anyone know how I can solve it? maybe tell Chrome not to notify me more about it ... I know it's because of the headers but they're all normal and the system is closed so it's not in any danger.

    
asked by anonymous 06.03.2015 / 13:43

1 answer

2

Silvio, all good? I had a similar problem, I ended up finding that it was really a problem in my application.

I've brought two links that helped me clarify more about this Chrome alert, they might be useful for you too:

Possible extension error

Issue open in the Chromium project

    
07.03.2015 / 03:24