Browser detection is also performed with 206 status and depends on $UserAgent
being set. Without this change, $UserAgent is not refreshed and browser
detection is performed on the value from the previous request.
# Analyze: Robot from robot database (=> countedtraffic=4 if robot)
#------------------------------------------------------------------
- if ( !$countedtraffic ) {
+ if ( !$countedtraffic || $countedtraffic == 6) {
if ( $pos_agent >= 0 ) {
if ($DecodeUA) {
$field[$pos_agent] =~ s/%20/_/g;