Commit cbf3dcd
add HTTPMessage::isConnectUdpReq
Summary:
adds an HTTPMessage::isConnectUdpReq
* added to consolidate all code that checks if a request is `connect-udp` into the new HTTPMessage::isConnectUdpReq
* prerequisite for removing HTTPMethod::CONNECT_UDP safely (see next diffs)
Reviewed By: lnicco
Differential Revision: D102534951
fbshipit-source-id: 2216991800aeae6464d0317e1a71df18605dce731 parent 39bcb45 commit cbf3dcd
4 files changed
Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
994 | 1005 | | |
995 | 1006 | | |
996 | 1007 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
864 | 867 | | |
865 | 868 | | |
866 | 869 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
| |||
222 | 217 | | |
223 | 218 | | |
224 | 219 | | |
225 | | - | |
| 220 | + | |
226 | 221 | | |
227 | 222 | | |
228 | 223 | | |
| |||
1033 | 1028 | | |
1034 | 1029 | | |
1035 | 1030 | | |
1036 | | - | |
| 1031 | + | |
1037 | 1032 | | |
1038 | 1033 | | |
1039 | 1034 | | |
| |||
0 commit comments