Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for suspicious (0.2 sec)

  1. ChangeLog.md

    - [`KT-61080`](https://youtrack.jetbrains.com/issue/KT-61080) Kapt: investigate suspicious check for KMutableMap.Entry in KaptTreeMaker
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    		}
    		return nil
    	}
    	if f.NumSettings() > 100 || f.HasDuplicates() {
    		// This isn't actually in the spec, but hang up on
    		// suspiciously large settings frames or those with
    		// duplicate entries.
    		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
    	}
    	if err := f.ForeachSetting(sc.processSetting); err != nil {
    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