Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertHTTPWasmConfigFromRemoteToLocal (0.4 sec)

  1. pkg/wasm/convert.go

    				wasmConfigConversionCount.
    					With(resultTag.Value(noRemoteLoad)).
    					Increment()
    				return
    			}
    			if wasmHTTPConfig != nil {
    				newExtensionConfig, err := convertHTTPWasmConfigFromRemoteToLocal(extConfig, wasmHTTPConfig, cache)
    				if err != nil {
    					if !wasmHTTPConfig.GetConfig().GetFailOpen() {
    						convertErrs[i] = err
    						return
    					}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top