Kevin
Kevin
Thanks for the documentation. I believe there is another issue with the directory named `arm64` as in my case it must be named `arm64-v8a` otherwise the library is not loaded.
> > Would that mean for WebID-OIDC authn your WebID and your authentication server, must live on the same domain? > > I would like to keep the functionality. Tim,...
What is missing is a way for the audience of the OIDC authentication containing a `webid` claim (or equivalent) to verify the validity of claim. Indeed, anyone can claim a...
To summarize > * Method 1: the `webid` claim replaces the `sub` claim. > * Method 2: the `sub` claim contains the WebID. > * Method 3: the WebID was...
It was not obvious to me before one of the architect at Orange explained it to me. Consider the following example: `id` is your primary identifier. You authenticate to two...
`max_data_incr` is the value by which `max_data` will be incremented regularly, i.e. each time `len > max_data - max_data_incr`. Because the increment is triggered each time len is greater than...
I did the same quick and dirty test I've done in #983, and this time I've plotted the `max_data` and `len` of the stream. The first graph shows what's happening...
@junhochoi in #529 you reference a chromium documents for control flow algorithm. This document states that "the flow control window update triggered when: `available window < max window size /...
My latest commit implemented changes requested by @ghedo. Is there anything I should change to get the PR accepted?
I can confirm I am observing the behavior I've described in practice. The setup is a server sending a large amount of data to a client. The client is configured...