Skip to content

Commit 35a5b0e

Browse files
committed
put back this stateless state in http adapter, which I removed in error
1 parent 4182f59 commit 35a5b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hivemq-edge-module-http/src/main/java/com/hivemq/edge/adapters/http/HttpProtocolAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void start(
111111
final @NotNull ProtocolAdapterStartInput input,
112112
final @NotNull ProtocolAdapterStartOutput output) {
113113
try {
114-
// Don't manually set connection status - FSM manages this automatically
114+
protocolAdapterState.setConnectionStatus(ProtocolAdapterState.ConnectionStatus.STATELESS);
115115
if (httpClient == null) {
116116
final HttpClient.Builder builder = HttpClient.newBuilder();
117117
builder.version(HttpClient.Version.HTTP_1_1)

0 commit comments

Comments
 (0)