Skip to content

Commit 2662f05

Browse files
claudeetr
authored andcommitted
Fix CI: add ChangeLog entry and missing include <utility>
Add ChangeLog entry for the binary buffer example to satisfy the ChangeLog Check workflow. Add missing #include <utility> for std::move to fix cpplint warning. https://claude.ai/code/session_01S3BvBrSoNvUhpYTyhPYCjJ
1 parent a826832 commit 2662f05

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Version 0.20.0
2222
websocket_handler, websocket_session, register_ws_resource().
2323
Added utility functions: reason_phrase(), is_feature_supported(),
2424
get_mhd_version().
25+
Added example and documentation for serving binary data from memory
26+
using string_response (addresses PR #368).
2527
Added conditional compilation for basic auth (HAVE_BAUTH), mirroring
2628
existing HAVE_DAUTH pattern for digest auth. Basic auth support
2729
is auto-detected via AC_CHECK_LIB and can be disabled at build time.

examples/binary_buffer_response.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include <memory>
3434
#include <string>
35+
#include <utility>
3536

3637
#include <httpserver.hpp>
3738

0 commit comments

Comments
 (0)