raboof commented on issue #481: URL: https://github.com/apache/incubator-pekko-http/issues/481#issuecomment-1940705668
I also suspect you might be better off with a lower-level API, but I'm pretty curious about your more exact use case :) 'Simply' passing the server socket to some other application will likely not work, as the connection is 'managed' by Pekko HTTP: for HTTP/1 it might do pipelining or wrap the connection in HTTPS, for HTTP/2 it might even do multiplexing - if the C program would read or write from that filesystem that would all break. I guess perhaps you could stream the entity data to/from the application though - is that what you'd want? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
