wasmCloud / component-sdk-go

SDK for writing wasmCloud components in Go.
Apache License 2.0
6 stars 3 forks source link

fix(http): fix runtime panics and error handling #1

Closed rvolosatovs closed 1 week ago

rvolosatovs commented 1 week ago

Feature or Problem

Fix a few runtime panics and broken error handling in HTTP support I've discovered while working on a unit test

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification