rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

Chrome browser 405 error fix by increasing timeout #38

Closed egisz closed 8 years ago

egisz commented 9 years ago

This is my attempt to fix Chrome browser 405 error, it was described in forum post: https://opensprinkler.com/forums/topic/sprinklers_pi-an-alternative-sprinkler-control-program/page/13/#post-25104 So far works well on Chrome Windows and android versions.

nhorvath commented 8 years ago

Just getting around to reviewing pull requests. Do you have any real proof that the change to the recvbuf did anything? The previous comments there indicate that increasing it doesn't do anything.

egisz commented 8 years ago

Hi,

Sorry for late reply, It did not solve issue, it still remains. Please ignore this patch.

Egidijus