Skip to content

Commit 5fce913

Browse files
committed
Fixed the merge conflicts caused by refactoring / deleted file.
2 parents c67ebe2 + 2cf3f24 commit 5fce913

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# these will be generated in compilation
44
bin
55
.DS_Store
6+
obj

src/Request.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public virtual void Send( Action< HTTP.Request > callback = null)
270270
}
271271

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

276276
if ( GetHeader( "Connection" ) == "" ) {

0 commit comments

Comments
 (0)