all i say are thanks
 

xspeed1989
 
From: NhJm
Date: 2012-10-24 12:39
To: rtmpdump discussion and development
Subject: Re: [rtmpdump] [PATCH] Better URL decoding support
On Tue, Oct 23, 2012 at 9:12 AM, Steven Penny <svnpenn@gmail.com> wrote:
-               /* skip extension */
-               if (subExt && p == ext) {
-                       p += 4;
-                       pplen -= 4;
-                       continue;
-               }
 
Please be careful not to break things.

Anyways, the proper behavior is to actually *NOT* do any urldecoding. The %xx should be sent to the server as-is. This is what the Flash Player does and is the same as how normal HTTP clients handle URLs.