0

I have a consistent extremely long (2min+) blocking call on mac/chrome. The same set of steps work just fine on other operating systems or browsers. (And even some other macs.) The site isn't super chatty, and there aren't any other requests that take anywhere over 2 seconds.

The blocking PUT call almost always follows a DELETE call to a different url. (Same server.) According to my console logs, the server actually receives and returns the results of the PUT call very quickly. So Chrome thinks it is blocked but it is actually already processed!

Any ideas?

enter image description here

Will Shaver
  • 12,471
  • 5
  • 49
  • 64

1 Answers1

0

Following up on this post: Chrome and Firefox CORS AJAX calls get aborted on some Mac machines

This mac had a DISABLED Sophos antivirus on the machine. Uninstalling it completely fixed this issue.

ARGGGGG.

Hopefully someone else finds this post and is able to spend less than the hours we spent on it.

Community
  • 1
  • 1
Will Shaver
  • 12,471
  • 5
  • 49
  • 64