bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] /inet/tcp receive TCP packet bug


From: Владимир Губарев
Subject: [bug-gawk] /inet/tcp receive TCP packet bug
Date: Wed, 23 Dec 2015 10:54:05 +0300

Hello. When i tried to write WebSocket server on gawk i've got one trouble. WebSocket connection setting up after handshake (http header) and after that host and client exchange data by sending dataframes. So i can make handshake and send frames from host to client (browser), but cannot receive it. I saw TCP-packet from client to host, but construction "host |& getline packet" cannot receive that (following by getline code isnt executed)
Code on github: https://github.com/MagistrZoom/AWK/blob/master/server . If it is not a bug, can you tell me, how i can fix that?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]