You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #21, stream identifiers are now structured, but represented on the wire as ByteString types. @jageall suggests that these should be limited in which bytes are acceptable, and that the encoding should then be ASCII rather than UTF-8 (though they are identical for the acceptable range of bytes). We should enforce this from the start in this client.
@jageall, what are the restrictions which need to be implemented here?
The text was updated successfully, but these errors were encountered:
As of #21, stream identifiers are now structured, but represented on the wire as
ByteString
types. @jageall suggests that these should be limited in which bytes are acceptable, and that the encoding should then be ASCII rather than UTF-8 (though they are identical for the acceptable range of bytes). We should enforce this from the start in this client.@jageall, what are the restrictions which need to be implemented here?
The text was updated successfully, but these errors were encountered: