-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-io
Milestone
Description
The SSLFilter::ProcessFilterRequest function is called from the IO thread pool, on a different thread than the Dart isolate. Make SSLFIlter::ProcessAllBuffers return an integer status value from the BoringSSL calls, and if it is an error status, read info from the BoringSSL error stack, and pass it back through the C function interface to the caller, and report it to Dart.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-io