mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-01 02:52:00 +00:00
1295798139
In MQTTv3.1, protocol name is "MQIsdp" and protocol level is 3. The mqtt converters(mqtt_is_valid and mqtt_field_value) did not work for clients on mqttv3.1 because the mqtt_parse_connect() marked the CONNECT message invalid if either the protocol name is not "MQTT" or the protocol version is other than v3.1.1 or v5.0. To fix it, we have added the mqttv3.1 protocol name and version as part of the checks. This patch fixes the mqtt converters to support mqttv3.1 clients as well (issue #1600). It must be backported to 2.4. |
||
---|---|---|
.. | ||
be2dec.vtc | ||
be2hex.vtc | ||
digest.vtc | ||
field.vtc | ||
fix.vtc | ||
hmac.vtc | ||
iif.vtc | ||
json_query.vtc | ||
json.vtc | ||
mqtt.vtc | ||
secure_memcmp.vtc | ||
sha2.vtc | ||
url_dec.vtc | ||
url_enc.vtc |