Posts: 1,180
Threads: 55
Joined: Apr 2005
Reputation:
0
All errors below 5000 are HTTP/curl errors and all errors above 100 are HTTP errors.
http 102 = Processing
It's likely some web server configuration issue.
web server is meant to return 200 OK, not 102.
Posts: 244
Threads: 4
Joined: Apr 2010
Reputation:
0
102 is to prevent a webserver timeout (client > server).
To fix this, upgrade your webserver (maybe ram_limitations in php).