Pierre Tomasina
Pierre Tomasina
Done :+1:
Quick review ?
It seems casting of Extended ASCII work only from php >= 5.6 as Travis build report.
Like it seems all calculator (physically or virtual) allow to begin by dot for decimal it should be a good idea to follow the same common usage.
We can merge this one first, I will adapt #50 when php5.x will be dropped.
the buffer 2048 it's only for the handshake, it should be lower than that, expect if insert very long content in headers.
the read method should stop at length or EOF according the result of `stream_socket_recvfrom` or `fread` do you encounter any problem?
So, I've taken some time to deep dive into this issue. My original patch works great when Stream is not in blocking mode, and solve the issue related to read...
@Hywan ping there
I need to check related to `Hoa\Stream` but I guess it's a good option.