andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
593 stars 147 forks source link

Fixed Request.cs bug #48

Closed codeMonkeyWang closed 9 years ago

codeMonkeyWang commented 9 years ago

Fixed Request.cs line:92 Cannot convert type 'System.Collections.Generic.KeyValuePair<string,string>' to 'System.Collections.DictionaryEntry'

andyburke commented 9 years ago

This has some indentation issues: the code should be using spaces vs. tabs.

If you fix the indentation issues, I will merge.

codeMonkeyWang commented 9 years ago

ok