(v int)
| 127 | func setDefaultRespCl(v int) { atomic.StoreInt64(&atomicDefaultRespCl, int64(v)) } |
| 128 | func getFragmentCl() int { return int(atomic.LoadInt64(&atomicFragmentCl)) } |
| 129 | func setFragmentCl(v int) { atomic.StoreInt64(&atomicFragmentCl, int64(v)) } |
| 130 | |
| 131 | // isCalibrationMatch returns true if the content length is within tolerance of the calibrated default |
| 132 | // or the fragment baseline (URI#fragment response, which catches fragment-stripped false positives). |
no outgoing calls