mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 07:20:55 +01:00
ircd::http: Reopen namespace with default visibility for clang.
This commit is contained in:
parent
e1e7457e2d
commit
d2b79dbb04
1 changed files with 6 additions and 0 deletions
|
@ -216,6 +216,12 @@ struct ircd::http::parser
|
|||
}
|
||||
const ircd::http::parser;
|
||||
|
||||
namespace ircd { namespace http
|
||||
__attribute__((visibility("default")))
|
||||
{
|
||||
// stub needed for clang
|
||||
}}
|
||||
|
||||
/// Compose a request. This prints an HTTP head into the buffer. No real IO is
|
||||
/// done here. After composing into the buffer, the user can then drive the
|
||||
/// socket by sending the header and the content as specified.
|
||||
|
|
Loading…
Reference in a new issue