Skip to content

Conversation

@persiaAziz-zz
Copy link
Owner

No description provided.

zwoop and others added 30 commits October 12, 2017 15:51
This eliminates the TS Mgmt APIs as well, and various tests around writing
configuration files. This is a step towards getting rid of configuration
writing completely, but I'm doing it piecemeal.
…les evaluations. This allows us to fix issue apache#2511.

The problem is that the "avg" and "10s" metrics rely on the current timestamp continuously being evaluated and binded to
a constant inside the Lua VM. However, there are mechanism currently prevent the new timestamp to be bind to a constant
that was previously binded already. Therefore the timestamp is never getting updated in the lua VM.
EThread is processor of Event, it is the event processor's
responsibility to deallocate Event object. (refer to the comments in
I_EventProcessor.h, "Event allocation policy" section.)

Due to NetHandler is processor of NetVC, it is the NetHandler's
responsibility to free NetVC object.

Take EThread::free_event() as reference to create
NetHandler::free_netvc() from close_UnixNetVConnection().
removed unnecessary defines

moved to class initializer

removed metrics collection

extracted externel queue processing code into new method

use std::min instead of just min

bug fix

remove unnecessary arg
Added ability to base the cache key on the pristine URI
rather then on the URI set during remap.

New option added (see plugin doc):
--uri-type=[remap|pristine] (default:remap)

In addition changed the CacheKey constructor to use in-class member initialization.
added delay argument in microserver

changed datatype for delay
Removed header_rewrite check
John Plevyak and others added 28 commits January 26, 2018 19:03
replace them with SHA256.  This will effectively clear the cache
because existing documents will not be found.
Or any other plugin using the TSHttpTxnRedirectUrlSet().

This closes apache#2924
This tag will make the plugin output all headers to be logged for all ClientRequest, ServerRequest, ServerResponse and ClientResponse.
- Add Http2Stream::signal_write_event(bool) to send VC_EVENT_WRITE_READY/COMPLETE event
- Add tests for HTTP/2 Stream Priority Feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.