Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reinterprets (0.16 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

      Kubernetes will keep allowing leading zeros on IPv4 address to not break the compatibility.
      IMPORTANT: Kubernetes interprets leading zeros on IPv4 addresses as decimal, users must not rely on parser alignment to not being impacted by the associated security advisory:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	// of response headers are allowed. Unlike the http2 spec, zero here
    	// means to use a default limit (currently 10MB). If you actually
    	// want to advertise an unlimited value to the peer, Transport
    	// interprets the highest possible value here (0xffffffff or 1<<32-1)
    	// to mean no limit.
    	MaxHeaderListSize uint32
    
    	// MaxReadFrameSize is the http2 SETTINGS_MAX_FRAME_SIZE to send in the
    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