Skip to content

Commit 6fa84e8

Browse files
committed
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 97bd4b1 commit 6fa84e8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Version 0.20.0
22

3+
Added example and documentation for serving binary data from memory
4+
using string_response (addresses PR #368).
35
Added conditional compilation for basic auth (HAVE_BAUTH), mirroring
46
existing HAVE_DAUTH pattern for digest auth. Basic auth support
57
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)