src/server/util/pblock.cpp

changeset 37
360b9aabe17e
parent 24
1a7853a4257e
child 71
069c152f6272
equal deleted inserted replaced
36:450d2d5f4735 37:360b9aabe17e
249 const pb_key *const pb_key_path = _create_key("path"); 249 const pb_key *const pb_key_path = _create_key("path");
250 const pb_key *const pb_key_PATH_INFO = _create_key("PATH_INFO"); 250 const pb_key *const pb_key_PATH_INFO = _create_key("PATH_INFO");
251 const pb_key *const pb_key_path_info = _create_key("path-info"); 251 const pb_key *const pb_key_path_info = _create_key("path-info");
252 const pb_key *const pb_key_pblock = _create_key("pblock"); 252 const pb_key *const pb_key_pblock = _create_key("pblock");
253 const pb_key *const pb_key_poll_interval = _create_key("poll-interval"); 253 const pb_key *const pb_key_poll_interval = _create_key("poll-interval");
254 const pb_key *const pb_key_pool = _create_key("pool"); // new
254 const pb_key *const pb_key_port = _create_key("port"); 255 const pb_key *const pb_key_port = _create_key("port");
255 const pb_key *const pb_key_ppath = _create_key("ppath"); 256 const pb_key *const pb_key_ppath = _create_key("ppath");
256 const pb_key *const pb_key_pragma = _create_key("pragma"); 257 const pb_key *const pb_key_pragma = _create_key("pragma");
257 const pb_key *const pb_key_process_request_body = _create_key("process-request-body"); 258 const pb_key *const pb_key_process_request_body = _create_key("process-request-body");
258 const pb_key *const pb_key_process_response_body = _create_key("process-response-body"); 259 const pb_key *const pb_key_process_response_body = _create_key("process-response-body");

mercurial