> On Sep 7, 2016, at 9:16 PM, Sudheer Vinukonda
> wrote:
>
>
>
>> On Sep 7, 2016, at 8:48 PM, James Peach wrote:
>>
>>
>>> On Sep 7, 2016, at 8:30 PM, Sudheer Vinukonda
>>> wrote:
>>>
>>> I was replying to this -
>>>
"I don’t think this is any different from allowing SPDY or HTTP
> On Sep 7, 2016, at 8:48 PM, James Peach wrote:
>
>
>> On Sep 7, 2016, at 8:30 PM, Sudheer Vinukonda
>> wrote:
>>
>> I was replying to this -
>>
>>> "I don’t think this is any different from allowing SPDY or HTTP/2 to mark
>>> their transactions as non-internal."
>>
>> Marking Spdy/H2
> On Sep 7, 2016, at 8:30 PM, Sudheer Vinukonda
> wrote:
>
> I was replying to this -
>
>> "I don’t think this is any different from allowing SPDY or HTTP/2 to mark
>> their transactions as non-internal."
>
> Marking Spdy/H2 as non-internal works because of the special handling done
> via
I was replying to this -
> "I don’t think this is any different from allowing SPDY or HTTP/2 to mark
> their transactions as non-internal."
Marking Spdy/H2 as non-internal works because of the special handling done via
FetchSM. With the proposed new API, you are intending to mark plugin genera
> On Sep 7, 2016, at 6:39 PM, Sudheer Vinukonda
> wrote:
>
> Spdy/H2 are different - they also have a stream flag set which is handled
> differently in FetchSM.
This proposal doesn’t touch FetchSM, since the TSFetchUrl API is not extensible
in any meaningful way (I’d argue it is totally brok
Spdy/H2 are different - they also have a stream flag set which is handled
differently in FetchSM.
> On Sep 7, 2016, at 6:27 PM, James Peach wrote:
>
>
>> On Sep 7, 2016, at 5:48 PM, Sudheer Vinukonda
>> wrote:
>>
>> Can you describe the real purpose of allowing to change if a transaction i
> On Sep 7, 2016, at 5:48 PM, Sudheer Vinukonda
> wrote:
>
> Can you describe the real purpose of allowing to change if a transaction is
> external/internal - for example, is it merely for recording/metrics or is it
> for a more significant functional purpose?
It is both. If a request is log
Can you describe the real purpose of allowing to change if a transaction is
external/internal - for example, is it merely for recording/metrics or is it
for a more significant functional purpose?
Atleast, in the current implementation, allowing arbitrary control of the
internal state of a txn s
Hi all,
It is common to write protocol plugins that accept a non-HTTP protocol and
generate HTTP request using TSHttpConnectWithPluginId(). In this case, although
the HTTP transaction is technically an internal transaction, it is logically
external since it is generated directly on behalf of cl
This is an API we have been using at Yahoo. Originally used to get
information about SPDY and HTTP2 when they were implemented with the
plugin interface, but used by other plugin writers to track information
about which plugin created which transactions. The details and PR are
linked off of
10 matches
Mail list logo