]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_POSTFIELDSIZE*: these also work for MQTT and RTSP
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Nov 2025 19:25:43 +0000 (20:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Nov 2025 21:29:28 +0000 (22:29 +0100)
Closes #19346

docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md
docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.md

index 5871e91d9b304d462f00bd1757375e14cac7bd10..10414e7eea7b5b2d62e067b1f7adbed1eb8a02ea 100644 (file)
@@ -9,6 +9,8 @@ See-also:
   - CURLOPT_POSTFIELDSIZE_LARGE (3)
 Protocol:
   - HTTP
+  - MQTT
+  - RTSP
 Added-in: 7.2
 ---
 
index 16e874b667ed80278d7019931dd0d48b1f8f52eb..e3d983e2533850591aa4569f0c2d570a765aaff0 100644 (file)
@@ -10,6 +10,8 @@ See-also:
   - CURLOPT_POSTFIELDSIZE (3)
 Protocol:
   - HTTP
+  - MQTT
+  - RTSP
 Added-in: 7.11.1
 ---