Chey
Chey
Hi, I created a pull request for this feature [https://github.com/Corvusoft/restbed/pull/298](https://github.com/Corvusoft/restbed/pull/298)
Trying to implement a "time to live" service, if its a case where a user dont want the "remove" function to called anymore they can cancel it
I'm having the same issue with large files
``` void StaticHandler(const shared_ptrsession){ auto request = session->get_request(); std::string filepath = request->get_path(); std::ifstream stream(filepath.data(), std::ifstream::in); if ( stream.is_open( ) ) { const std::string body = string( istreambuf_iterator< char >( stream...
the bootstrap js and css files are loaded sometimes but fail other times with net::ERR_CONTENT_LENGTH_MISMATCH
any updates on this?
hey @darrynten could you update this up npm?
Turns out this is a result of the FormData object being empty, empty forms arent handled properly
I'm getting `system:111` from `std::cout
its now 0 as it should be but the code still doesnt work, servers that support `Transfer-Encoding: chunked` return 400 error... uploads with Content-Length header work tho