We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4035ae commit c426ef6Copy full SHA for c426ef6
include/ada/character_sets-inl.h
@@ -441,7 +441,6 @@ constexpr uint8_t PATH_PERCENT_ENCODE[32] = {
441
// F8 F9 FA FB FC FD FE FF
442
0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80};
443
444
-
445
constexpr uint8_t COMPONENT_PERCENT_ENCODE[32] = {
446
// 00 01 02 03 04 05 06 07
447
0x01 | 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40 | 0x80,
@@ -508,7 +507,6 @@ constexpr uint8_t COMPONENT_PERCENT_ENCODE[32] = {
508
507
509
510
511
512
constexpr uint8_t WWW_FORM_URLENCODED_PERCENT_ENCODE[32] = {
513
514
0 commit comments