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 00d214c commit b939714Copy full SHA for b939714
doc/releases/migration-guide-4.2.rst
@@ -432,6 +432,12 @@ Networking
432
| ``wifi packet_filter`` | | |
433
+------------------------+---------------------+--------------------+
434
435
+* The :c:type:`http_response_cb_t` HTTP client response callback signature has
436
+ changed. The callback function now returns ``int`` instead of ``void``. This
437
+ allows the application to abort the HTTP connection. Existing applications
438
+ need to update their response callback implementations. To retain current
439
+ behavior, simply return 0 from the callback.
440
+
441
OpenThread
442
==========
443
0 commit comments