osrm-backend/server
Neil Buckman 6d9cd504a0 Made the request parser a member of the Connection
Previously, the request parser was created on demand...but this could
cause requests to be flagged as bad requests if the string length was
large enough to cause the string to be split up into chunks by boost's
read_some method.
2015-02-12 08:01:46 +00:00
..
data_structures remove method stubs 2015-02-09 14:06:14 +01:00
http renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
api_grammar.hpp renamed: Server/*/*.h -> server/*/*.hpp 2015-01-27 12:35:29 +01:00
connection.cpp Made the request parser a member of the Connection 2015-02-12 08:01:46 +00:00
connection.hpp Made the request parser a member of the Connection 2015-02-12 08:01:46 +00:00
request_handler.cpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
request_handler.hpp renamed: Server/*/*.h -> server/*/*.hpp 2015-01-27 12:35:29 +01:00
request_parser.cpp untangle includes using iwyu 2015-02-09 17:38:40 +01:00
request_parser.hpp renaming yet another variable to fix gcc name lookup 2015-01-27 13:11:04 +01:00
server.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00