File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ HTTPSB.scopePageExists = function(url) {
131131/******************************************************************************/
132132
133133HTTPSB . evaluate = function ( src , type , hostname ) {
134+ // rhill 2013-12-03: When HTTPSB is disengaged, all requests are
135+ // considered being "allowed temporarily".
134136 if ( this . off ) {
135137 return 'gpt' ;
136138 }
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ function updateRequestData() {
7272 nReqKeys = reqKeys . length ;
7373 for ( iReqKey = 0 ; iReqKey < nReqKeys ; iReqKey ++ ) {
7474 reqKey = reqKeys [ iReqKey ] ;
75+ // rhill 2013-12-04: `reqKey` can be null since a ring buffer is
76+ // now used, and it might not have been filled yet.
7577 if ( ! reqKey ) {
7678 continue ;
7779 }
You can’t perform that action at this time.
0 commit comments