Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MISC (0.03 sec)

  1. src/net/http/h2_bundle.go

    	wroteFrameCh     chan http2frameWriteResult  // from writeFrameAsync -> serve, tickles more frame writes
    	bodyReadCh       chan http2bodyReadMsg       // from handlers -> serve
    	serveMsgCh       chan interface{}            // misc messages & code to send to / run on the serve loop
    	flow             http2outflow                // conn-wide (not stream-specific) outbound flow control
    	inflow           http2inflow                 // conn-wide inbound flow control
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 🐛 Fix edge case with repeated aliases names not shown in OpenAPI. PR [#2351](https://github.com/tiangolo/fastapi/pull/2351) by [@klaa97](https://github.com/klaa97).
    * 📝 Add misc dependency installs to tutorial docs. PR [#2126](https://github.com/tiangolo/fastapi/pull/2126) by [@TeoZosa](https://github.com/TeoZosa).
    
    ### Docs
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top