Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for keystream (0.11 sec)

  1. src/net/http/h2_bundle.go

    	// http.Server.WriteTimeout during the TLS handshake, but then
    	// passes the connection off to us with the deadline already set.
    	// Write deadlines are set per stream in serverConn.newStream.
    	// Disarm the net.Conn write deadline here.
    	if sc.hs.WriteTimeout > 0 {
    		sc.conn.SetWriteDeadline(time.Time{})
    	}
    
    	if s.NewWriteScheduler != nil {
    		sc.writeSched = s.NewWriteScheduler()
    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

    * Add external link [Apache Kafka producer and consumer with FastAPI and aiokafka](https://iwpnd.pw/articles/2020-03/apache-kafka-fastapi-geostream) to docs. PR [#1112](https://github.com/tiangolo/fastapi/pull/1112) by [@iwpnd](https://github.com/iwpnd).
    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