amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
https://amphp.org/http-server
MIT License
1.29k stars 100 forks source link

withConnectionTimeout isn't available #293

Closed dbalabka closed 4 years ago

dbalabka commented 4 years ago

Seems following option isn't available any more: https://github.com/amphp/http-server/blob/master/docs/classes/options.md#withconnectiontimeoutint-seconds-options

Related commits:

  1. https://github.com/amphp/http-server/commit/84b8b5e58cad339c4c70f95a8107fa5a5dac0e05#diff-eaf8868b994390699bd8b3db948d8aaf
  2. https://github.com/amphp/http-server/commit/1e8679f8ee8201109a6f1e0e6324bf0b7e9cb4f9#diff-eaf8868b994390699bd8b3db948d8aaf
trowski commented 4 years ago

Looks like we have some more documentation updates to make before a final 2.0 tag.

trowski commented 4 years ago

Updated the docs some time ago, forgot about closing this.