Skip to content

Commit 189ec1d

Browse files
committed
Change compression map
1 parent 5c17809 commit 189ec1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/BinaryCodec.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ final class BinaryCodec {
4545
'value' => "\xd6", 'amount' => "\xd7",
4646
'status' => "\xfb", 'accept' => "\xfc",
4747
'cancel' => "\xfd",
48-
'list' => "\xd5", 'http' => "\xf4",
48+
'list' => "\xd5", 'type' => "\xf4",
4949
'info' => "\xf6",
5050
'time' => "\x2d", 'diff' => "\x2e", 'size' => "\x3a",
5151
'name' => "\x3b", 'full' => "\x3c",
5252
'next' => "\x3e", 'prev' => "\x3f", 'hash' => "\x40",
53-
'has_' => "\x5b", 'ver' => "\x5c", 'ght' => "\x5d",
53+
'ver' => "\x5c", 'ght' => "\x5d",
5454
'age' => "\xfa", 'dat' => "\x3d",
5555
'ous' => "\x5e", 'can' => "\xd4", 'ete' => "\x60",
5656
'use' => "\x7b", 'cur' => "\x7c", 'ble' => "\x7d",
@@ -59,7 +59,7 @@ final class BinaryCodec {
5959
'pub' => "\xd8", 'key' => "\xd9", 'amp' => "\xda",
6060
'act' => "\xe7", 'ion' => "\xe8", 'lat' => "\xf3",
6161
'lon' => "\xf1", 'ili' => "\xf7", 'ing' => "\xf2",
62-
'oes' => "\xf9",
62+
'oes' => "\xf9", 'put' => "\x5b",
6363
'es' => "\xf0", 'vo' => "\xfe", 'mi' => "\xff",
6464
'ti' => "\xea", 'fi' => "\xeb", 'if' => "\xec",
6565
'ev' => "\xed", 'os' => "\xee", 're' => "\xef",
@@ -75,7 +75,7 @@ final class BinaryCodec {
7575
'ei' => "\x9a", 'be' => "\x9b", 'of' => "\x9c",
7676
'in' => "\x9d", 'ou' => "\x9e", 'er' => "\x9f",
7777
'do' => "\xa0", 'ba' => "\xa1", 'se' => "\xa2",
78-
'st' => "\xa3", 'th' => "\xa4", 'rt' => "\xa5",
78+
'st' => "\xa3", 'th' => "\xa4", 'ff' => "\xa5",
7979
'nd' => "\xa6", 'an' => "\xa7", 'ny' => "\xa8",
8080
'up' => "\xa9", 'ed' => "\xaa", 'ce' => "\xab",
8181
'ld' => "\xac", 've' => "\xad", 'rk' => "\xae",

0 commit comments

Comments
 (0)