Francisco Javier 953c680eee
Bug on setting extra headers. Now it loses the first string character. (#184)
Client code:

    ...

    ix::WebSocketHttpHeaders headers {
        {"Cookie", "ABC"}
    };

    ...

Expected header string on server:
    "Cookie: ABC"

Resulted header string on server:
    "Cookie: BC"

Solution:
    The easy way I found to solve the problem is to add a space where extra headers are set before sended to server.

Co-authored-by: Fco. Javier M. C <fcojavmc@todo-redes.com>
2020-04-25 11:39:37 -07:00
..
2019-10-09 17:00:32 -07:00
2019-08-13 10:59:18 -07:00
2020-03-24 20:37:55 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 20:37:55 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 20:37:55 -07:00
2020-03-24 12:48:55 -07:00
2020-04-24 15:34:00 -07:00
2020-04-24 15:34:00 -07:00
2019-05-30 08:46:50 -07:00
2019-08-30 12:50:56 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 12:48:55 -07:00
2020-04-24 15:34:00 -07:00
2020-04-16 11:58:06 -07:00
2020-03-24 12:48:55 -07:00
2020-03-24 12:48:55 -07:00
2020-04-16 11:58:06 -07:00