| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7de4dfb commit 1e9a251
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -505,13 +505,13 @@ class Http2Stream::Provider::Stream : public Http2Stream::Provider { | |||
| 505 | 505 | void* user_data); | |
| 506 | 506 | }; | |
| 507 | 507 | ||
| 508 | - typedef struct { | ||
| 508 | + struct SessionJSFields { | ||
| 509 | 509 | uint8_t bitfield; | |
| 510 | 510 | uint8_t priority_listener_count; | |
| 511 | 511 | uint8_t frame_error_listener_count; | |
| 512 | 512 | uint32_t max_invalid_frames = 1000; | |
| 513 | 513 | uint32_t max_rejected_streams = 100; | |
| 514 | - } SessionJSFields; | ||
| 514 | + }; | ||
| 515 | 515 | ||
| 516 | 516 | // Indices for js_fields_, which serves as a way to communicate data with JS | |
| 517 | 517 | // land fast. In particular, we store information about the number/presence | |
| Back | FazBrowse Home | New Git URL |
0 commit comments