Commit 2246e87
Move HTTP transport sources out of LLHTTP conditional
The http_sse_transport_socket.cc and https_sse_transport_factory.cc
files don't actually depend on llhttp - only llhttp_parser.cc does.
Moving them out of the conditional fixes Windows ARM64 build which
doesn't use llhttp.1 parent 1979e58 commit 2246e87
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| 492 | + | |
| 493 | + | |
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
495 | 497 | | |
496 | 498 | | |
497 | | - | |
498 | | - | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
0 commit comments