Skip to content

Commit

Permalink
small update to make file for testing httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Oct 7, 2024
1 parent 3cbe99c commit 93d975d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Payload_Type/poseidon/poseidon/agent_code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DYNAMICHTTP_UUID=fbd34459-f783-4b78-9d4c-fd26a5289fee
DYNAMICHTTP_AGENT_CONFIG_FILE=test_agent_config_dynamichttp.json
DYNAMICHTTP_CONFIG=$(shell base64 -i ${DYNAMICHTTP_AGENT_CONFIG_FILE})

HTTPX_UUID=215a0336-420e-4845-93c8-2fc194637185
HTTPX_UUID=7f0ce672-1e98-4954-8068-511baec50d69
HTTPX_AGENT_CONFIG_FILE=test_agent_config_httpx.json
HTTPX_CONFIG=$(shell base64 -i ${HTTPX_AGENT_CONFIG_FILE})

Expand Down Expand Up @@ -127,6 +127,8 @@ build_and_run_dynamichttp: build_dynamichttp run_dynamichttp

build_and_run_websocket_http: build_websocket_http run_websocket_http

build_and_run_httpx: build_httpx run_httpx

build_all: build_http build_tcp build_websocket

clean_http:
Expand Down

0 comments on commit 93d975d

Please sign in to comment.