File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ssesvr : ssesvr.cc ../httplib.h Makefile
4747ssecli : ssecli.cc ../httplib.h Makefile
4848 $(CXX ) -o ssecli $(CXXFLAGS ) ssecli.cc $(OPENSSL_SUPPORT ) $(ZLIB_SUPPORT ) $(BROTLI_SUPPORT )
4949
50- ssecli-stream : ssecli-stream.cc ../httplib.h ../httplib-stream .h Makefile
50+ ssecli-stream : ssecli-stream.cc ../httplib.h ../httplib.h Makefile
5151 $(CXX ) -o ssecli-stream -std=c++20 -I.. -Wall -Wextra -pthread ssecli-stream.cc $(OPENSSL_SUPPORT ) $(ZLIB_SUPPORT ) $(BROTLI_SUPPORT )
5252
5353benchmark : benchmark.cc ../httplib.h Makefile
Original file line number Diff line number Diff line change 11//
2- // ssecli20 .cc
2+ // ssecli-stream .cc
33//
44// Copyright (c) 2025 Yuji Hirose. All rights reserved.
55// MIT License
88// with automatic reconnection support (similar to JavaScript's EventSource)
99//
1010
11- #include < httplib-stream .h>
11+ #include < httplib.h>
1212
1313#include < chrono>
1414#include < iostream>
You can’t perform that action at this time.
0 commit comments