Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 5552 (0.21 sec)

  1. docs/en/docs/release-notes.md

    * ✏ Tweak wording to clarify `docs/en/docs/project-generation.md`. PR [#5930](https://github.com/tiangolo/fastapi/pull/5930) by [@chandra-deb](https://github.com/chandra-deb).
    * ✏ Update Pydantic GitHub URLs. PR [#5952](https://github.com/tiangolo/fastapi/pull/5952) by [@yezz123](https://github.com/yezz123).
    * 📝 Add opinion from Cisco. PR [#5981](https://github.com/tiangolo/fastapi/pull/5981) by [@tiangolo](https://github.com/tiangolo).
    
    ### Translations
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    		// See: https://zlib.net/zlib_faq.html#faq39
    		//
    		// Note that we don't request this for HEAD requests,
    		// due to a bug in nginx:
    		//   http://trac.nginx.org/nginx/ticket/358
    		//   https://golang.org/issue/5522
    		//
    		// We don't request gzip if the request is for a range, since
    		// auto-decoding a portion of a gzipped document will just fail
    		// anyway. See https://golang.org/issue/8923
    		cs.requestedGzip = true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top