28#ifndef WEBSOCKETPP_EXTENSION_PERMESSAGE_DEFLATE_DISABLED_HPP
29#define WEBSOCKETPP_EXTENSION_PERMESSAGE_DEFLATE_DISABLED_HPP
43namespace permessage_deflate {
51template <
typename config>
53 typedef std::pair<lib::error_code,std::string> err_str_pair;
64 err_str_pair
negotiate(http::attribute_list
const &) {
75 lib::error_code
init(
bool) {
76 return lib::error_code();
108 lib::error_code
compress(std::string
const &, std::string &) {
Stub class for use when disabling permessage_deflate extension.
bool is_implemented() const
err_str_pair negotiate(http::attribute_list const &)
Negotiate extension.
lib::error_code compress(std::string const &, std::string &)
Compress bytes.
std::string generate_offer() const
Generate extension offer.
lib::error_code decompress(uint8_t const *, size_t, std::string &)
Decompress bytes.
lib::error_code init(bool)
Initialize state.
key Invalid authority Invalid transaction Invalid block ID Invalid packed transaction Invalid chain ID Invalid symbol Signature type is not a currently activated type Block can not be found Unlinkable block Block does not guarantee concurrent execution without conflicts Block exhausted allowed resources Block is from the future Block is not signed by expected producer Block includes an ill formed protocol feature activation extension Block includes an ill formed additional block signature extension Error decompressing transaction Transaction should have at least one required authority Expired Transaction Invalid Reference Block Duplicate deferred transaction The transaction can not be found Transaction is too big Invalid transaction extension Transaction includes disallowed extensions(invalid block)" ) FC_DECLARE_DERIVED_EXCEPTION( tx_resource_exhaustion
@ disabled
Extension disabled.
Namespace for the WebSocket++ project.