[jira] [Commented] (TS-1276) Traffic Server received Sig 11: Segmentation fault

2012-07-05 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13407113#comment-13407113 ] William Bardwell commented on TS-1276: -- We saw the same crash, and the previously

[jira] [Commented] (TS-1155) POST requests that are chunked encoding hang when going forward to origin over SSL

2012-06-26 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401378#comment-13401378 ] William Bardwell commented on TS-1155: -- Patch against trunk: --- HttpTransact.cc

[jira] [Created] (TS-1320) Reading from SSL origin can starve sending data to client

2012-06-26 Thread William Bardwell (JIRA)
William Bardwell created TS-1320: Summary: Reading from SSL origin can starve sending data to client Key: TS-1320 URL: https://issues.apache.org/jira/browse/TS-1320 Project: Traffic Server

[jira] [Commented] (TS-1320) Reading from SSL origin can starve sending data to client

2012-06-26 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401384#comment-13401384 ] William Bardwell commented on TS-1320: -- Proposed patch: --- SSLNetVConnection.cc

[jira] [Commented] (TS-1181) TSHttpTxnConfigInt* don't look right with MgmtByte fields in OverridableHttpConfigParams

2012-05-08 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13270783#comment-13270783 ] William Bardwell commented on TS-1181: -- Those changes look good to me.

[jira] [Created] (TS-1247) Data from a response transform in a plugin causes excess memory usage

2012-05-04 Thread William Bardwell (JIRA)
William Bardwell created TS-1247: Summary: Data from a response transform in a plugin causes excess memory usage Key: TS-1247 URL: https://issues.apache.org/jira/browse/TS-1247 Project: Traffic

[jira] [Commented] (TS-824) Range requests that result in cache refresh give 200 status response with full contents

2011-09-22 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112872#comment-13112872 ] William Bardwell commented on TS-824: - I looked at this, and it looks like

[jira] [Commented] (TS-880) Major performance problem with second request on same keep-alive connection

2011-08-17 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13086364#comment-13086364 ] William Bardwell commented on TS-880: - Oh, I was testing 'try3',

[jira] [Commented] (TS-880) Major performance problem with second request on same keep-alive connection

2011-08-05 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080170#comment-13080170 ] William Bardwell commented on TS-880: - I have a new fix based on making

[jira] [Updated] (TS-880) Major performance problem with second request on same keep-alive connection

2011-08-05 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-880: Attachment: performance_2nd_req_try2.diff New patch based on waking up event loop cross thread. If

[jira] [Commented] (TS-880) Major performance problem with second request on same keep-alive connection

2011-08-04 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079386#comment-13079386 ] William Bardwell commented on TS-880: - Hum, maybe missing locks or other things need to be

[jira] [Updated] (TS-880) Major performance problem with second request on same keep-alive connection

2011-08-03 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-880: Attachment: performance_2nd_req.diff This fixes the problem for me. The name for my 'fix-it' function

[jira] [Updated] (TS-900) TSHttpTxnNewCacheLookupDo (experimental) breaks requests to origin server

2011-08-03 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-900: Attachment: lookupdo.diff Don't copy new url into the client request (and this patch, plus calling

[jira] [Updated] (TS-901) Valgrind found minor leaks and uninitialized variables

2011-08-03 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-901: Attachment: uninitialized_bools.diff Valgrind found these fields in HttpConfigParams to be

[jira] [Updated] (TS-901) Valgrind found minor leaks and uninitialized variables

2011-08-03 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-901: Attachment: main_filename_leak.diff This is a trivial leak of filename variable during initialization.

[jira] [Commented] (TS-749) Connection hangs if origin server goes down in the middle of a response

2011-07-28 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13072669#comment-13072669 ] William Bardwell commented on TS-749: - The problem is that the content might not be the

[jira] [Commented] (TS-880) Major performance problem with second request on same keep-alive connection

2011-07-27 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13071985#comment-13071985 ] William Bardwell commented on TS-880: - Oh, I wasn't reseting the NetHandler, when I do

[jira] [Created] (TS-880) Major performance problem with second request on same keep-alive connection

2011-07-14 Thread William Bardwell (JIRA)
Major performance problem with second request on same keep-alive connection --- Key: TS-880 URL: https://issues.apache.org/jira/browse/TS-880 Project: Traffic Server

[jira] [Commented] (TS-863) I want to be able to set proxy.config.http.keep_alive_no_activity_timeout_out per-transaction

2011-07-05 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060201#comment-13060201 ] William Bardwell commented on TS-863: - I did not test that feature to see if it still

[jira] [Created] (TS-860) Built in error for host not found looks like Internet Explorer error

2011-06-30 Thread William Bardwell (JIRA)
Built in error for host not found looks like Internet Explorer error Key: TS-860 URL: https://issues.apache.org/jira/browse/TS-860 Project: Traffic Server Issue Type: Bug

[jira] [Updated] (TS-860) Built in error for host not found looks like Internet Explorer error

2011-06-30 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-860: Attachment: host_not_found.diff Built in error for host not found looks like Internet Explorer error

[jira] [Updated] (TS-861) Need a way to disable Vary: Accept-Encoding checking so a plugin can take care of that

2011-06-30 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-861: Attachment: vary_accept_encoding.diff Need a way to disable Vary: Accept-Encoding checking so a

[jira] [Created] (TS-862) Need to be able to make keep alive connections not shared on a per-transaction basis

2011-06-30 Thread William Bardwell (JIRA)
Need to be able to make keep alive connections not shared on a per-transaction basis Key: TS-862 URL: https://issues.apache.org/jira/browse/TS-862 Project: Traffic

[jira] [Updated] (TS-862) Need to be able to make keep alive connections not shared on a per-transaction basis

2011-06-30 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-862: Attachment: keep_alive_private.diff Need to be able to make keep alive connections not shared on a

[jira] [Created] (TS-863) I want to be able to set proxy.config.http.keep_alive_no_activity_timeout_out per-transaction

2011-06-30 Thread William Bardwell (JIRA)
I want to be able to set proxy.config.http.keep_alive_no_activity_timeout_out per-transaction - Key: TS-863 URL: https://issues.apache.org/jira/browse/TS-863

[jira] [Updated] (TS-863) I want to be able to set proxy.config.http.keep_alive_no_activity_timeout_out per-transaction

2011-06-30 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-863: Attachment: keep_alive_out.diff I want to be able to set

[jira] [Created] (TS-864) Need more information from CacheHttpInfo (req time, resp time, size)

2011-06-30 Thread William Bardwell (JIRA)
Need more information from CacheHttpInfo (req time, resp time, size) Key: TS-864 URL: https://issues.apache.org/jira/browse/TS-864 Project: Traffic Server Issue Type: New

[jira] [Updated] (TS-864) Need more information from CacheHttpInfo (req time, resp time, size)

2011-06-30 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-864: Attachment: cache_info.diff Need more information from CacheHttpInfo (req time, resp time, size)

[jira] [Created] (TS-865) Need to get address for a VConn from a plugin similar to how you can get it for the various things in a transaction

2011-06-30 Thread William Bardwell (JIRA)
Need to get address for a VConn from a plugin similar to how you can get it for the various things in a transaction --- Key: TS-865 URL:

[jira] [Created] (TS-866) Need way to clear contents of a cache entry

2011-06-30 Thread William Bardwell (JIRA)
Need way to clear contents of a cache entry --- Key: TS-866 URL: https://issues.apache.org/jira/browse/TS-866 Project: Traffic Server Issue Type: New Feature Components: Cache Affects

[jira] [Updated] (TS-866) Need way to clear contents of a cache entry

2011-06-30 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-866: Attachment: cache_erase.diff Need way to clear contents of a cache entry

[jira] [Updated] (TS-826) TSHttpTxnErrorBodySet() can leak memory

2011-06-20 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-826: Attachment: ebs.diff Patch based on what TSHttpTxnServerRequestBodySet does. TSHttpTxnErrorBodySet()

[jira] [Created] (TS-826) TSHttpTxnErrorBodySet() can leak memory

2011-06-07 Thread William Bardwell (JIRA)
TSHttpTxnErrorBodySet() can leak memory --- Key: TS-826 URL: https://issues.apache.org/jira/browse/TS-826 Project: Traffic Server Issue Type: Bug Components: TS API Affects Versions: 2.1.4,

[jira] [Created] (TS-827) TSMimeHdrFieldValueStringInsert() can use freed memory to edit headers

2011-06-07 Thread William Bardwell (JIRA)
TSMimeHdrFieldValueStringInsert() can use freed memory to edit headers -- Key: TS-827 URL: https://issues.apache.org/jira/browse/TS-827 Project: Traffic Server Issue Type:

[jira] [Updated] (TS-827) TSMimeHdrFieldValueStringInsert() can use freed memory to edit headers

2011-06-07 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-827: Attachment: headers-prealloc.diff Hacky patch that fixes this, a full fix requires not moving memory

[jira] [Created] (TS-828) Various memory leaks and uninitialized values

2011-06-07 Thread William Bardwell (JIRA)
Various memory leaks and uninitialized values - Key: TS-828 URL: https://issues.apache.org/jira/browse/TS-828 Project: Traffic Server Issue Type: Bug Affects Versions: 2.1.4, 2.1.5, 2.1.6,

[jira] [Updated] (TS-828) Various memory leaks and uninitialized values

2011-06-07 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-828: Attachment: headers-prealloc.diff Various memory leaks and uninitialized values

[jira] [Updated] (TS-828) Various memory leaks and uninitialized values

2011-06-07 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-828: Attachment: memory-leaks.diff Sorry, correct patch for found memory issues, except for the one item in

[jira] [Commented] (TS-752) cache scan issues

2011-04-26 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13025251#comment-13025251 ] William Bardwell commented on TS-752: - The second svn4.diff (second attachment) should be

[jira] [Created] (TS-749) Connection hangs if origin server goes down in the middle of a response

2011-04-25 Thread William Bardwell (JIRA)
Connection hangs if origin server goes down in the middle of a response --- Key: TS-749 URL: https://issues.apache.org/jira/browse/TS-749 Project: Traffic Server Issue

[jira] [Updated] (TS-749) Connection hangs if origin server goes down in the middle of a response

2011-04-25 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-749: Attachment: svn.diff This patch fixes it for me, and seems reasonable. It just turns off keep-alive

[jira] [Created] (TS-750) TS does not fail-over if one origin server for a 2 address hostname goes down

2011-04-25 Thread William Bardwell (JIRA)
TS does not fail-over if one origin server for a 2 address hostname goes down - Key: TS-750 URL: https://issues.apache.org/jira/browse/TS-750 Project: Traffic Server

[jira] [Updated] (TS-750) TS does not fail-over if one origin server for a 2 address hostname goes down

2011-04-25 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-750: Attachment: svn.diff2 This fixes it, but there might be a better way that just gets

[jira] [Updated] (TS-752) cache scan issues

2011-04-25 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-752: Attachment: svn4.diff This fixes the crash on fast cache scan canceling. cache scan issues

[jira] [Updated] (TS-752) cache scan issues

2011-04-25 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-752: Attachment: svn4.diff Lets try that again, previous patch was not properly ported to trunk. cache

[jira] [Updated] (TS-752) cache scan issues

2011-04-25 Thread William Bardwell (JIRA)
[ https://issues.apache.org/jira/browse/TS-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Bardwell updated TS-752: Attachment: svn5.diff Big fix to speed up cache scanning by skipping sections that have no entries in

[jira] Created: (TS-458) INKCacheKeyHostNameSet and INKCacheKeyDigestSet take unsigned char * and nothing else does

2010-09-24 Thread William Bardwell (JIRA)
INKCacheKeyHostNameSet and INKCacheKeyDigestSet take unsigned char * and nothing else does -- Key: TS-458 URL: https://issues.apache.org/jira/browse/TS-458

<    1   2