We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4182f59 commit 35a5b0eCopy full SHA for 35a5b0e
modules/hivemq-edge-module-http/src/main/java/com/hivemq/edge/adapters/http/HttpProtocolAdapter.java
@@ -111,7 +111,7 @@ public void start(
111
final @NotNull ProtocolAdapterStartInput input,
112
final @NotNull ProtocolAdapterStartOutput output) {
113
try {
114
- // Don't manually set connection status - FSM manages this automatically
+ protocolAdapterState.setConnectionStatus(ProtocolAdapterState.ConnectionStatus.STATELESS);
115
if (httpClient == null) {
116
final HttpClient.Builder builder = HttpClient.newBuilder();
117
builder.version(HttpClient.Version.HTTP_1_1)
0 commit comments