./www/hs-warp, Fast, light-weight web server for WAI applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.7nb2, Package name: hs-warp-3.4.7nb2, Maintainer: pho

warp: A fast, light-weight web server for WAI applications.

HTTP/1.0, HTTP/1.1 and HTTP/2 are supported. For HTTP/2, Warp supports
direct and ALPN (in TLS) but not upgrade.


Master sites:

Filesize: 67.29 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173)
Log message:
recursive revbump after patching lang/ghc910
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 17:31:32 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
www/hs-warp: update to warp-3.4.7

## 3.4.7

* Using time-manager >= 0.2.

## 3.4.6

* Using `withHandle` of time-manager.

## 3.4.5

* Rethrowing asynchronous exceptions and preventing callsing
  `connClose` twice.
  [#1013](https://github.com/yesodweb/wai/pull/1013)

## 3.4.4

* Removing `unliftio`.

## 3.4.3

* Waiting untill the number of FDs desreases on EMFILE.
  [#1009](https://github.com/yesodweb/wai/pull/1009)

## 3.4.2

* serveConnection is re-exported from the Internal module.
  [#1007](https://github.com/yesodweb/wai/pull/1007)
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-02 12:16:50 by Masatake Daimon | Files touched by this commit (4) | Package updated
Log message:
www/hs-warp: Update to 3.4.1

3.4.1
    Using time-manager v0.1.0, and auto-update v0.2.0. #986

3.4.0
    Reworked request lines (CRLF) parsing: #968
        We do not accept multiline headers anymore. (RFC 7230 deprecated it 10 \ 
years ago)
        Reworked request lines (CRLF) parsing to not unnecessarily copy bytestrings.
    Using http2 v5.1.0.
    fourmolu is used as an official formatter.

3.3.31
    Supporting http2 v5.0.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 18:26:35 by Masatake Daimon | Files touched by this commit (4)
Log message:
www/hs-warp: Update to 3.3.30

3.3.30
* Length of ResponseBuilder responses will now also be passed to the
  logger. #946
* Using If-(None-)Match headers simultaneously with If-(Un)Modified-Since
  headers now follow the RFC 9110 standard. So If-(Un)Modified-Since
  headers will be correctly ignored if their respective -Match counterpart
  is also present in the request headers. #945
* Fixed adding superfluous Server header when using HTTP/2.0 if response
  already has it. #943

3.3.29
* Preparing coming "http2" v4.2.0.

3.3.28
* Fix for the "-x509" flag #935

3.3.27
* Fixing busy loop due to eMFILE #933

3.3.26
* Using crypton instead of cryptonite. #931

3.3.25
* Catching up the signature change of openFd in the unix package v2.8. #926

3.3.24
* Switching the version of the "recv" package from 0.0.x to 0.1.x.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94