Skip to content

Commit

Permalink
Merge branch 'paynechu-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaws committed Dec 5, 2014
2 parents c67ebe2 + 5fce913 commit 01bfce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# these will be generated in compilation
bin
.DS_Store
obj
2 changes: 1 addition & 1 deletion src/Request.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public virtual void Send( Action< HTTP.Request > callback = null)
}

if ( GetHeader( "User-Agent" ) == "" ) {
SetHeader( "User-Agent", "UnityWeb 1.0 ( Unity " + Application.unityVersion + " ) ( " + SystemInfo.operatingSystem + " )" );
SetHeader( "User-Agent", "UnityWeb/1.0 (Unity " + Application.unityVersion + "; " + SystemInfo.operatingSystem + ")" );
}

if ( GetHeader( "Connection" ) == "" ) {
Expand Down

0 comments on commit 01bfce3

Please sign in to comment.