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
To support AWS's event-stream format, I need length-prefixed specs. Unfortunately, string* is predefined to use int32, so I reached for ref-string. That handles the header value case, which is in16-based, but not the header name, which is byte-prefixed.
If you like, I'll submit a PR for it, just let me know.
The text was updated successfully, but these errors were encountered:
To support AWS's event-stream format, I need length-prefixed specs. Unfortunately,
string*
is predefined to use int32, so I reached forref-string
. That handles the header value case, which is in16-based, but not the header name, which is byte-prefixed.If you like, I'll submit a PR for it, just let me know.
The text was updated successfully, but these errors were encountered: