Jesper Lindström

Results 3 comments of Jesper Lindström

Hi, I'm also having this issue. I'm trying to send JSON that contains foreign characters and I'm getting: ``` { [Error: socket hang up] code: 'ECONNRESET' } ``` Something as...

Hi. The web server was the native PHP 5.4 development server (`$ php -S host:port`), using Laravel framework... I believe I solved this issue by switching to a different request...

I used [mikael/request](https://github.com/mikeal/request) instead.