Spdy & iPhone uploads

akia

New Member
#1
Has anyone else noticed that with spdy enabled you can't upload pictures from iPhone or iPad in xenforo.


Also tapatalk dosnt work with spdy.
 

lsmichael

Active Member
#2
Hi Akia,

Are you seeing any errors when trying to upload pictures or use Tapatalk? What do you mean exactly by Tapatalk not working? (We're not particularly familiar with the application.)

Thanks,

Michael
 

lsmichael

Active Member
#4
Which browser are you seeing this on? Has it happened with other browsers? It may be due to the browser's handling of SPDY...

Michael
 

lsmichael

Active Member
#6
Thanks, Tracy. I've heard a little about it, though I've never used it myself. I'm still not sure what the OP meant by it not working, though... Perhaps he isn't able to access the forums that are using OpenLiteSpeed from Tapatalk?

m
 
#7
I've removed Tapatalk from all my sites... but if @akia will tell us what forum script he's on it may be one that I can set up a test site and play with.
That's the benefit of a dedicated server running a VM hypervisor.:love:
 

akia

New Member
#8
It's xenforo that I use.

And yea when trying to access the site it just dosnt respond. Is it possible to turn on the debug logs for just one site
 
#13
OK.. confirmed that upload of image has problem with Safari.
When looking at the vhost error log this is what is there.
Code:
2015-01-12 18:29:18.800 [INFO] [70.196.15.85:8042:SPDY3-51] HttpExtConnector state: 10, request body sent: 65536, response body size: -2, response body sent:72, left in buffer: 0, attempts: 1.
2015-01-12 18:31:12.100 [INFO] [70.196.15.85:8044:SPDY3-3] Connection idle time: 99 while in state: 5 watching for event: 25,close!
2015-01-12 18:31:12.100 [INFO] [70.196.15.85:8044:SPDY3-3] Content len: 1963941, Request line: .POST /attachments/do-upload HTTP/1.1
2015-01-12 18:31:12.100 [INFO] [70.196.15.85:8044:SPDY3-3] Redirect: #1, URL: /index.php
2015-01-12 18:31:12.100 [INFO] [70.196.15.85:8044:SPDY3-3] HttpExtConnector state: 10, request body sent: 65536, response body size: -2, response body sent:1119, left in buffer: 0, attempts: 0.
Maybe @lsmichael has a suggestion?
 

lsmichael

Active Member
#15
Howdy guys,

Thanks for the added information. Sorry for letting this sit for so long. We're working on pushing out a new version of OpenLiteSpeed real soon. As soon as that's out, we'll work on fixing this bug.

Michael
 
#16
Just to add, I've tested this on other sites that are using nginx and spdy using the same browser and it works fine.
Also if i put my site back to nginx it works fine both with the uploads and with tapatalk. so its def a litespeed issue.
Howdy guys,

Thanks for the added information. Sorry for letting this sit for so long. We're working on pushing out a new version of OpenLiteSpeed real soon. As soon as that's out, we'll work on fixing this bug.

Michael
Thanks Micheal,
 
#17
I've noted on the last release it says one of the bug fixes is:
  • Fixed a hidden SPDY bug in making request headers.
Would this fix the issue as above
 

lsmichael

Active Member
#19
Hey guys,

Just wanted to update you. We've been having some trouble reproducing the bug, but hopefully we'll have it reproduced in the next couple days.

m
 
Top