mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request()
This commit is contained in:
parent
d0ecd81888
commit
077f7d1577
3 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
const URL& url() const { return m_url; }
|
||||
void set_url(const URL& url) { m_url = url; }
|
||||
|
||||
ByteBuffer to_raw_request() const;
|
||||
ErrorOr<ByteBuffer> to_raw_request() const;
|
||||
|
||||
static Optional<GeminiRequest> from_raw_request(ByteBuffer const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue