fragment baseline content-length (URI#fragment response)
()
| 103 | var atomicFragmentCl int64 // fragment baseline content-length (URI#fragment response) |
| 104 | |
| 105 | func getVerbose() bool { return atomic.LoadInt32(&atomicVerbose) != 0 } |
| 106 | func logVerbose(v ...interface{}) { |
| 107 | if getVerbose() { |
| 108 | log.Println(v...) |
no outgoing calls