Comment 1 for bug 782463

Revision history for this message
gholt (gholt) wrote :

Yes, st should indeed send a User-Agent header. Unfortunately, this is more difficult than it may seem as client.py functions have to all be updated to accept headers, client.py's Connection class needs to except a set of headers to send on every request, and then st has to be updated to always use Connection with the appropriate User-Agent header. It's on the "to do" list.