several changes to lsl http urlmodule; X-SecondLife-Region change is in global coords not grid, etc, mantis 8823 sould be fixed at least untly next viewers changes

This commit is contained in:
UbitUmarov
2020-12-09 14:46:55 +00:00
parent 4293ba9dd3
commit 90ef92158a
3 changed files with 139 additions and 120 deletions

View File

@@ -411,10 +411,10 @@ namespace OSHttpServer
}
m_headers.Add(name, value);
break;
*/
case "user-agent":
break;
*/
default:
m_headers.Add(name, value);
break;