Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f49175b

Browse filesBrowse files
jasnelladuh95
authored andcommitted
src: fix small compile warning in quic/streams.cc
Fixes: #60110 PR-URL: #60118 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent c9d4a44 commit f49175b
Copy full SHA for f49175b

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/quic/defs.h‎

Copy file name to clipboardExpand all lines: src/quic/defs.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ constexpr uint64_t kMaxSizeT = std::numeric_limits<size_t>::max();
318318
constexpr uint64_t kMaxSafeJsInteger = 9007199254740991;
319319
constexpr auto kSocketAddressInfoTimeout = 60 * NGTCP2_SECONDS;
320320
constexpr size_t kMaxVectorCount = 16;
321-
constexpr size_t kMaxStreamId = std::numeric_limits<stream_id>::max();
321+
constexpr stream_id kMaxStreamId = std::numeric_limits<stream_id>::max();
322322

323323
class DebugIndentScope final {
324324
public:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.