Skip to content

Commit 640be73

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 88efa06 commit 640be73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/adc/client/executor.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,6 @@ func (e *HTTPADCExecutor) loadResourcesFromFile(filePath string) (*adctypes.Reso
368368

369369
// buildHTTPRequest builds the HTTP request for ADC Server
370370
func (e *HTTPADCExecutor) buildHTTPRequest(ctx context.Context, serverAddr, mode string, config adctypes.Config, labels map[string]string, types []string, resources *adctypes.Resources) (*http.Request, error) {
371-
if mode == "apisix-standalone" {
372-
time.Sleep(1 * time.Second)
373-
}
374371
// Prepare request body
375372
tlsVerify := config.TlsVerify
376373
reqBody := ADCServerRequest{

0 commit comments

Comments
 (0)