]> git.ipfire.org Git - thirdparty/curl.git/commit
ws: make the curl_ws_meta() return pointer a const
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Jun 2023 08:17:48 +0000 (10:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Jun 2023 21:37:21 +0000 (23:37 +0200)
commit78886afb50946729fd2e0e422203415789a63a32
treef04ad45e4d5cfbdc3506ae23d9b0f0fbf2c89d82
parent44296dc6ec981e9c62721eabfcdee91a91c84265
ws: make the curl_ws_meta() return pointer a const

The returned info is read-only for the user.

Closes #11261
docs/examples/websocket-cb.c
docs/examples/websocket.c
docs/libcurl/curl_ws_meta.3
docs/libcurl/curl_ws_recv.3
include/curl/websockets.h
lib/ws.c
tests/http/clients/ws-data.c
tests/http/clients/ws-pingpong.c
tests/libtest/lib2302.c
tests/libtest/lib2304.c
tests/libtest/lib2305.c