[Webkit-unassigned] [Bug 45215] WebSocket Handshake problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 07:34:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45215





--- Comment #2 from Everton <everton.sales.branco at gmail.com>  2010-09-07 07:34:18 PST ---
I found the error ... When I calculated the numbers of key1 and key2, I stored them in an integer (pascal) and when the number was larger than an integer value was 0, this explains the fact that sometimes connect and sometimes not. Solved by changing the integer to int64.
Thank you all.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list