Skip to content

Commit

Permalink
Merge pull request #169 from caozhiyi/dev
Browse files Browse the repository at this point in the history
modify file name.
  • Loading branch information
caozhiyi authored Jan 19, 2025
2 parents 0e6ce29 + f0662c6 commit 4f871c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/quic/connection/connection_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "quic/connection/type.h"
#include "common/network/address.h"
#include "quic/connection/connection_base.h"
#include "quic/crypto/tls/tls_client_conneciton.h"
#include "quic/crypto/tls/tls_conneciton_client.h"

namespace quicx {
namespace quic {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <cstring>
#include "common/log/log.h"
#include "quic/crypto/tls/tls_client_conneciton.h"
#include "quic/crypto/tls/tls_conneciton_client.h"

namespace quicx {
namespace quic {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion utest/quic/crypto/ssl_connection_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "common/util/c_smart_ptr.h"
#include "quic/crypto/tls/tls_client_ctx.h"
#include "quic/crypto/tls/tls_server_ctx.h"
#include "quic/crypto/tls/tls_client_conneciton.h"
#include "quic/crypto/tls/tls_conneciton_client.h"
#include "quic/crypto/tls/tls_server_conneciton.h"

static uint8_t kALPNProtos[] = {0x03, 'f', 'o', 'o'};
Expand Down

0 comments on commit 4f871c5

Please sign in to comment.