提交历史

作者 SHA1 备注 提交日期
  宅の士 03e5eb1565 support custom http handler chain headerHandler (#715) 8 月之前
  Yang Bin a56fc78a96 fix: nullptr caused by failed HttpHandler::SwitchHTTP2()(#560). (#561) 1 年之前
  ithewei 1252567568 change http Server header for (#512) 1 年之前
  fn_MrRice a62230762c fix reverse proxy buffer overflow (#520) 1 年之前
  Mikhail Yukseev 74c64bdd9c httphandler.cpp fix if-none-match header misspell (#492) 1 年之前
  ithewei 7cdb4ec45e optimize #477: rm compile warnings 2 年之前
  ithewei 8e380f032d fix #473: CVE-2023-26146,26147,26148 2 年之前
  ithewei 4f03f37b07 echo WS_OPCODE_CLOSE 2 年之前
  ithewei 9f4c75e370 fix: http proxy for upgrade protocol 2 年之前
  ithewei 6a576b41f6 Support #430: HTTP CONNECT proxy tunnel 2 年之前
  charlielven e4ac2e9033 fix #425: http server parent directory vulnerability (#427) 2 年之前
  ithewei d54b118a70 fix -Wformat 2 年之前
  ithewei 5171802359 show http forward/reverse proxy service 2 年之前
  ithewei 0e032b773c feat: HttpService::IsTrustProxy support wildcard match 2 年之前
  ithewei e9522d5d1e update(doc): HttpService::AddTrustProxy AddNoProxy 2 年之前
  ithewei 75ae0bd5a8 refactor HttpHandler for proxy and upgrade 2 年之前
  ithewei 6f9d7c8d25 test: python websockets 2 年之前
  ithewei f1831662aa fix proxy: 502 Bad Gateway and 504 Gateway Timeout 2 年之前
  ithewei 3f46bdc41e Expect: 100-continue 2 年之前
  ithewei a2c4c7448f fix: -Wreorder 2 年之前
  ithewei 0cbf8eb8cf optimize #398: std::make_shared 2 年之前
  ithewei 9b18255272 Add HttpHandler::error 2 年之前
  ithewei 0a03373e12 refactor: mv code from HttpServer::on_recv to HttpHandler::onMessageComplete 2 年之前
  ithewei 950fdd2c12 fix #368: coredump when set status_code=4xx and set body in async handler 2 年之前
  ithewei 4fd5bb0efa Add WebSocketService::setPingInterval 2 年之前
  ithewei 3ba6097091 Add HttpService::Use(middleware) 2 年之前
  ithewei 9837308a9b Add HttpService::AllowCORS 3 年之前
  ithewei 44b42b9c23 replace X-Origin-IP with X-Real-IP 3 年之前
  ithewei 8923734f62 Add HttpService::enableForwardProxy 3 年之前
  ithewei b147d53e32 fix http2 http_cb 3 年之前