Rahul Gupta

Results 188 comments of Rahul Gupta

I have added documentation for the flag in the Syntax2 wiki. Once you finish, I will add the experimental part as well.

I am observing the exact same issue in Brave 1.42.86 and Firefox 103.1 on Windows 10 on a localhost site (still developing, hence cannot provide a link). ``` 21:38:19.604 Uncaught...

Issue filed: https://github.com/ietf-tools/xml2rfc/issues/1035

To expand on my suggestion: + A blank line after headers can be used to indicate to the client that there is no initial representation in this response and only...

Something like that. Suppose a client has already obtained a cached copy. They could subscribe with a request where they explicitly ask for a representation to be sent only if...

While this might not affect Braid, but it matters for notifications in general: A POST on a resource might not necessarily change the representation of the resource. A resource can...

All of the above not withstanding, if I subscribe to a HTTP resource (for notifications in general, not necessarily Braid's state synchronization) and someone does a POST on that resource,...

https://cxres.github.io/prep/draft-gupta-httpbis-per-resource-events.html#figure-7 I know after that message that I might want to look at `/foo`.

1. The request by notification receiver is (watching `/`): ```HTTP GET / HTTP/1.1 Accept-Events: PREP ``` 2. Now someone POSTs to `/`: ```HTTP POST / HTTP/1.1 Slug: foo ``` 3....

> So I'm hearing that you don't think this is needed for State Synchronization or Braid-HTTP, but that you want it for notifications in general. Do you think Braid-HTTP should...