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 80ee88f commit d8ad8ecCopy full SHA for d8ad8ec
contract-tests/src/bin/sse-test-api/main.rs
@@ -81,11 +81,9 @@ struct Event {
81
async fn status() -> impl Responder {
82
web::Json(Status {
83
capabilities: vec![
84
- // "comments".to_string(),
85
- // "post".to_string(),
86
- // "report".to_string(),
87
"headers".to_string(),
88
"last-event-id".to_string(),
+ "read-timeout".to_string(),
89
],
90
})
91
}
0 commit comments