[Resolved] ERR_SPDY_PROTOCOL_ERROR after 121 seconds

Status
Not open for further replies.
#1
A customer is trying to export his WooCommerce product database to CSV (the entire mysql database is slightly over 200M so it should be *that* large of a file) but after a while they get

Code:
ERR_SPDY_PROTOCOL_ERROR
The site is running on a cPanel v62 server with CloudLinux 6, LiteSpeed 5.1.13 and LSCache enabled. SSL is enabled and HTTP/2 is used.
I've also tried adding
Code:
RewriteRule .* - [E=noabort:1]
but it didn't make a change.
I've also tried to disable HTTP/2 with
Code:
SpdyEnabled off
but it didn't make a change either.

Here's what I see in the error log:
Code:
2017-02-24 15:49:56.110 [INFO] [94.66.104.141:38002:HTTP2-7] Connection idle time: 121 while in state: 6 stream flag: 257,close!
2017-02-24 15:49:56.110 [NOTICE] [94.66.104.141:38002:HTTP2-7] Content len: 14, Request line: 'POST /wp-admin/admin.php?page=woocommerce_csv_import_suite&action=export HTTP/1.1'
2017-02-24 15:49:56.110 [INFO] [94.66.104.141:38002:HTTP2-7] Cookie len: 501, wordpress_sec_6df04xxxxxxxxx1f73c493; _ga=GA1.2.19xxxx80; wordpress_test_cookie=WP+Cookie+check; _lscache_vary=1; wordpress_logged_in_6df04xxxxxxx5147e272a726; wp-settings-time-17=1487951273
2017-02-24 15:49:56.110 [INFO] [94.66.104.141:38002:HTTP2-7] HttpExtConnector state: 8, request body sent: 14, response body size: -2, response body sent:0, left in buffer: 0, attempts: 0.
2017-02-24 15:49:56.110 [INFO] [94.66.104.141:38002:HTTP2-7] Lsapi connection state: 3, watching event: 25, respState: 1, m_iTotalPending:0, m_iPacketLeft:0, m_iCurRespHeader:9, req sent for 121 seconds,Total processing time: 121.
2017-02-24 15:49:56.110 [INFO] [94.66.104.141:38002:HTTP2-7] Abort request processing by PID:795559, kill: 0, begin time: 121, sent time: 121, req processed: 0
I've tried it a couple of times, and it always says 121 seconds, so I guess this could be some kind of connection time limit? Can I increase it somewhere?

Best regards,
George
 
#2
Scratch that... the usual brain fart situation, where you spend hours trying to figure out something, and as soon as you post a question about it online, you find the solution. :oops:

I increased the "Connection Timeout (secs)" under "Tuning" and it works now.
 
Status
Not open for further replies.
Top