thegooglecodearchive / xig

Automatically exported from code.google.com/p/xig
0 stars 0 forks source link

HTTP URL - gets cut off at 255 chars #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
connected to a simple app that allows me to send data via xbee -> xig
urls up to 255 chars pass through fine, but anything beyond that generates an 
error, and starts to delete chars from the beginning of the transmitted string.

ie.  Sending http://blah......   for 255 chars works.  at 256 chars, you get an 
error:

ttp://blah... is an invalid command.  the h from http was dropped.

What is the expected output? What do you see instead?
Would like longer URLs to be supported.  We need about 300chars for an app 
we're using sending vars via URL.

What version of the product are you using?
XIG 1.3.2

Please provide any additional information below.

Original issue reported on code.google.com by rhaist...@gmail.com on 13 Jan 2012 at 5:27

GoogleCodeExporter commented 9 years ago
Never mind, I just found global_max_buf_size in the config file.

I'll try that change.

Original comment by rhaist...@gmail.com on 13 Jan 2012 at 5:34

GoogleCodeExporter commented 9 years ago
That resolved the issue.  Thanks for the great product.  

Original comment by rhaist...@gmail.com on 13 Jan 2012 at 5:40

GoogleCodeExporter commented 9 years ago
You're welcome!

Original comment by robfal...@gmail.com on 13 Jan 2012 at 5:49