История коммитов

Автор SHA1 Сообщение Дата
  Loïc Hoguin ee77ecec92 Remove the connection information from the HTTP protocol state 13 лет назад
  Loïc Hoguin 547107cfb9 Close connection on all errors 13 лет назад
  Loïc Hoguin 148fb949c5 Small doc clarification 13 лет назад
  Loïc Hoguin d25c30790c Do not send a 408 response if the Request-Line wasn't fully received 13 лет назад
  Michiel Hakvoort d8e841c8a2 Add cowboy_protocol behaviour 13 лет назад
  Loïc Hoguin eff9477201 Improve the error message for HTTP handlers 13 лет назад
  Loïc Hoguin 89ae3c8cad 'Host' header is optional in HTTP/1.0 13 лет назад
  Loïc Hoguin b669b1b5a3 Reset the max number of empty lines between keepalive requests 13 лет назад
  Loïc Hoguin 24bf2c54d0 Ensure header names are handled in a case insensitive manner 13 лет назад
  Loïc Hoguin 43d14b52cd Give the ListenerPid to the protocol on startup 13 лет назад
  Loïc Hoguin 474f4e0bfa Call Handler:terminate/2 even on error in Handler:handle/2 14 лет назад
  Loïc Hoguin aa0a66749e Move recursion out of a try .. catch block. 14 лет назад
  Loïc Hoguin 108a491f55 Add documentation for the public interface. 14 лет назад
  Loïc Hoguin 3e55cb62c9 Refresh the type specifications. 14 лет назад
  Loïc Hoguin 4c4030a792 Send a meaningful error to error_logger on handler crashes. 14 лет назад
  Anthony Ramine 0ca8f1364b Implement path_info feature 14 лет назад
  Loïc Hoguin 420f5baf98 Add chunked reply support. 14 лет назад
  Loïc Hoguin 29e71cf4da Switch the HTTP protocol to use binary packets instead of lists. 14 лет назад
  Loïc Hoguin 6c1f73c53c Add cowboy_http_req:port/1. 14 лет назад
  Loïc Hoguin c044fa9602 Remove the next_request function always matching its first clause. 14 лет назад
  Loïc Hoguin e8286e18e6 Remove the include/types.hrl file. 14 лет назад
  Loïc Hoguin 2beb5c8206 Move the dispatcher related types into cowboy_dispatcher. 14 лет назад
  Loïc Hoguin ef2673b61e Rename dispatch() into dispatch_rules(). 14 лет назад
  Loïc Hoguin 15dc645596 Use the inet:socket() type instead of the user-defined one. 14 лет назад
  Loïc Hoguin 73b120b68e Fix a pattern matching bug in cowboy_http_protocol:handler_init/2. 14 лет назад
  Loïc Hoguin 6ec20b736e Limit the number of empty lines to allow before the request-line. 14 лет назад
  Loïc Hoguin 0fad6c6fde Don't crash on errors while receiving headers; throw an error 500 instead. 14 лет назад
  Loïc Hoguin d8a2fcf258 Don't automatically retrieve the peer information for the 'OPTIONS' method. 14 лет назад
  Loïc Hoguin 44e6f60b91 Handle properly the default Connection value for HTTP/1.0. 14 лет назад
  Loïc Hoguin d0d9b0e8b3 Use a more efficient variant of string:to_lower to improve performance. 14 лет назад