package h2-lwt-unix
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Lwt + UNIX support for h2
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      h2-0.2.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=8512fd4934e9ad4122b9305036a897556d66c9aade1f973c633c6e4d7ae06be6
    
    
  md5=c883927ce8a9f3f7159ef7b20988f051
    
    
  doc/CHANGES.html
Unreleased
0.2.0 2019-04-06
- h2: Fix false negative related to receiving trailer headers with CONTINUATION frames (#11)
- hpack: Fix bug where trying to add an entry to an HPACK dynamic table with 0 capacity resulted in an out-of-bounds array access (#13, #35)
- h2: Add support for the 421 (Misdirected Request) status code as per RFC7540§9.1.2 (#15)
- h2, h2-lwt, h2-lwt-unix, h2-mirage: Add an HTTP/2 client implementation (#16)
- h2: Remove dependency on the resultpackage (#18)
- h2: Track SETTINGS frames that haven't been acknowledged by the peer (#22)
- h2: Don't treat CONNECTrequests as malformed (#32, #34)
- h2: Respect the initial MAX_FRAME_SIZE setting when allocating the underlying buffer for the frame writer (#34)
0.1.0 2019-03-27
- Initial public release
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page